Path: utzoo!attcan!uunet!samsung!usc!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!aplcen!haven!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn) Newsgroups: comp.std.c Subject: Re: vprintf() Message-ID: <13442@smoke.BRL.MIL> Date: 29 Jul 90 00:41:42 GMT References: Distribution: comp.std.c Organization: U.S. Army Ballistic Research Laboratory, APG, MD. Lines: 12 In article chin@ankh.ankh.ftl.fl.us (Albert Chin) writes: >Is vprintf() mandated to be in by ANSI C. My "ANSI" compiler doesn't >have it and I have not been able to find sources of it anywhere. Your terminology is a bit loose, but yes, the C standard requires that inclusion of result in (among other things) a declaration for the vprintf() library function, which the standard library is required to provide. In general, vprintf() cannot be readily implemented in terms of other standard library functions, which is why the implementation is supposed to provide it for you.