You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: