I have a library of functions written in C; specialMaths.a and it’s header specialMaths.h
The specialMaths.a has been compiled for Android and IOS.
How do I call these functions from my program?
Do I need to make a plugin? or is there an easier way?