Reality check

Karl Heuer karl at ima.isc.com
Tue Nov 6 10:36:23 AEST 1990


In article <27820 at usc> blarson at dianne.usc.edu (bob larson) writes:
>Another big advantage to varargs is it can, on some systems, be implented
>without source to the C compiler.  I understand why this was not of
>concern to ANSI, but it is to those of us who need varargs/stdargs
>functionality on systems without ANSI C compilers.

I've had no trouble implementing <stdarg.h> without touching any compiler
source.  It even works on pre-ANSI compilers, so I can take code written with
ANSI prototypes and <stdarg.h> and simply deprotoize it without having to
worry about converting <stdarg.h> to <varargs.h>.

Karl W. Z. Heuer (karl at ima.isc.com or uunet!ima!karl), The Walking Lint



More information about the Comp.std.c mailing list