FW: I: VC++5.0 stdarg.h works in cygwin32

Michael Czapski MCzapski@openplus.com.au
Thu Aug 20 20:56:00 GMT 1998


Further to the previous one, the Linux stdarg.h will work just as well.  I now 
use it in preference to the VC++'s one. :-)
--------
Cheers ...
Michael Czapski


-----Original Message-----
From:	Michael Czapski [SMTP:MCzapski@openplus.com.au]
Sent:	Wednesday, August 19, 1998 7:07 AM
To:	'gnu-win32@cygnus.com'
Subject:	I: VC++5.0 stdarg.h works in cygwin32

Hello,

For a multi-platform project I had a need to use variable length argument lists 
in C.  In VC++ (just the C part :-)) the stdarg.h was included and the code 
works using va_start, va_end, etc..  The same code, compiled with gcc in the 
cygwin32 environment breaks as there is no stdarg.h provided either in the 
B19.x or in EGCS and varargs.h, which is provided in both, is non-ANSI.  For 
these who are interested the VC++5.0 stdarg.h, copied with no changes, will 
work just fine in the cygwin32 environment and will provide ANSI variable 
argument list support.

------------------
Cheers ...
Michael Czapski


-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list