question about type
Lam <[email protected]> Tue, 26 Aug 2003 09:57:00 +0200
| Newsgroups | gmane.lisp.uffi.general |
|---|---|
| Organization | Tux |
| Message-ID | <[email protected]> |
hi
another question about type, if i have a C function like this :
extern char *foo (__const char *__msgid1, __const char *__msgid2,
unsigned long int __n)
it is the lisp equivalent function :
(uffi:def-function ("foo" foo)
((msgid1 (* :char))
(msgid2 (* :char))
(n :unsigned-long)
:returning (* :char))
or must i use ":cstring" type ?
thanks
--
(concatenate 'string "lam" (reverse "gro.ylimafxut@"))