Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uflorida!ukma!rutgers!cmcl2!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn ) Newsgroups: comp.lang.c Subject: Re: varargs and scanf Keywords: vfprintf, ANSI C,... Message-ID: <9603@smoke.BRL.MIL> Date: 6 Feb 89 17:16:10 GMT References: <1494@zen.UUCP> <9553@smoke.BRL.MIL> <2607@nunki.usc.edu> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 6 In article <2607@nunki.usc.edu> jeenglis@nunki.usc.edu (Joe English) writes: >Are v?printf also not in the standard? Yes, v*printf() are in the proposed ANSI C standard. They have proven utility. You should be aware that 4.2BSD did not supply them.