Reality check
Tom Gargulak
gargulak at mozart.convex.com
Wed Nov 7 11:16:13 AEST 1990
In article <1990Nov05.233623.11491 at dirtydog.ima.isc.com>,
karl at ima.isc.com (Karl Heuer) writes:
>
> 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>.
Sorry, but I cannot see anyway you could implement "..." as in:
foo(arg1, ...)
on a pre-ANSI compiler. How'd you do it?
-Tom
More information about the Comp.std.c
mailing list