is it possible to pass a function pointer (e.g. by argv) to main() and call the function from inside the c-'script'?
I tested successfully with a struct pointer, but I don't found a solution for a function pointer.
Or is there another way to access data of the main program over the API?
is it possible to pass a function pointer (e.g. by argv) to main() and call the function from inside the c-'script'?
I tested successfully with a struct pointer, but I don't found a solution for a function pointer. Or is there another way to access data of the main program over the API?
Thy and best Regards Jörg