[Prev][Next][Index][Thread]

C functions with variable parm lists



How would you declare a Dylan C-ffi function to call, for example,
sprintf in FD 2.0?
Since sprintf has the signature
int sprintf( char *buffer, const char *format [, argument] ... ) in
which "argument"
has no type and can be variable in number, the C-ffi doesn't appear to
handle this case.
Is it possible?

TIA.

John Whittaker


Sent via Deja.com http://www.deja.com/
Before you buy.



Follow-Ups: