[Prev][Next][Index][Thread]
C functions with variable parm lists
-
To: info-dylan@ai.mit.edu
-
Subject: C functions with variable parm lists
-
From: johncwhi@my-deja.com
-
Date: Fri, 12 May 2000 11:15:03 -0400 (EDT)
-
Organization: Deja.com - Before you buy.
-
Xref: traf.lcs.mit.edu comp.lang.dylan:12022
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: