unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* interfacing C and guile
@ 2022-12-30  9:36 Damien Mattei
  2022-12-30 13:48 ` Damien Mattei
  0 siblings, 1 reply; 4+ messages in thread
From: Damien Mattei @ 2022-12-30  9:36 UTC (permalink / raw)
  To: guile-user

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)


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-12-30 16:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-30  9:36 interfacing C and guile Damien Mattei
2022-12-30 13:48 ` Damien Mattei
2022-12-30 16:03   ` Olivier Dion via General Guile related discussions
2022-12-30 16:52     ` Damien Mattei

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).