Hello /.

I have a C function:
int MyLib_init(char *fnames[], int numArgs)

That I'd like to call from perl.
The problem Iam facing is that I've not been able to represent the
char* [] in xs.

---
MyLib_init(fnames,numArgs)
        char* fnames  << how sould I define it here?
        int numArgs
----
How should I define a char array using xs /?

Thank you very much.

Reply via email to