<varargs.h> for Turbo C ?

Sidney Markowitz sidney at saturn.ucsc.edu
Fri Oct 13 17:11:26 AEST 1989


In article <5940011 at hpcupt1.HP.COM> swh at hpcupt1.HP.COM (Steve Harrold) writes:
><varargs.h> for Turbo C ?
>
>The Turbo C compiler product does NOT supply <varargs.h> in its include

My Turbo C 2.0 reference manual says that the va_... stuff is in
stdarg.h, so you don't need any varargs.h. A quick glance at stdarg.h
showed definitions for va_start, va_arg, va_end, and the type va_list.

-- sidney markowitz <sidney at saturn.ucsc.edu>



More information about the Comp.lang.c mailing list