FLI Foreign Callable with string argument
Hello All,
I’m having some trouble figuring out how to define a foreign callable that takes a string argument. The C prototype is below. Any help would be greatly appreciated.
void callback(void (*func)(char *));
Thanks,
Gerry