Mail Archives: djgpp-workers/2000/06/05/16:07:35
> Maybe it's me who got this backward or I've missed a couple of threads.
In DJGPP, stdio doesn't include stdlib. It uses a djgpp-specific
header to get *just* va_list, the one thing needed to properly
prototype functions like vfprintf. If you tried to use, say, va_start
with stdio but without stdarg, it would still fail.
> This is probably picknitting, because I doubt a portable application
> will call va_arg() without including <stdarg.h>
*That* won't work in DJGPP.
> > 1. Broken programs that work under DJGPP.
> >
> > 2. Valid programs that break under DJGPP.
>
> Yes, fine goals. I just hope to make (1) work, you don't
> deviate too much from the std or carry a lot of baggages.
Right. Avoiding #2 is certainly the higher priority.
- Raw text -