hi,
how do i declare in Guile a function that in C is of this type:
int foo(int,int,char *)
the problem i have is with the char *:
(define cfunc (foreign-library-function "libguile-cfunc" "openmp"
#:return-type int #:arg-types (list int int ????)))
i do not know what to put in place of ????

Regards,
Damien

note: what if const char* ? (not sure i need it)

Reply via email to