Prototyping in an imperfect world....

Adam Stoller ghoti+ at andrew.cmu.edu
Mon Jul 2 02:50:51 AEST 1990


In reading my message, now posted, I'd like to appologize for some of the formatting - Iforgot to make sure it would appear indented as attended (long story - don't ask ;-)

However, I also think I found a situation not covered under my examples - that is, varargs (...) - so add the following to the defines:


#ifdef __STDC__
#define D_    ...
#else
#define D_
/* or should that be #define D_ va_list ?? or something?? */
#endif


As you can see, this raises a few more questions - again [reasonable] responses
appreciated.

Thanks

--fish



More information about the Comp.lang.c mailing list