Date: Thu, 16 May 1996 17:55:42 +0400 (MSD) From: "Alexander V. Lukyanov" Message-Id: <199605161355.RAA14619@video.yars.free.net> To: eliz AT is DOT elta DOT co DOT il, wank AT ftth DOT uebemc DOT siemens DOT de Cc: djgpp AT delorie DOT com Subject: Re: vararg the second > DJGPP doesn't change the way the GNU C compiler works. Btw, djgpp stdarg.h and GNU C stdarg.h differ. Gnu one uses __builtin_next_arg for va_start. I would guess the builtin handles more cases.