Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!ginosko!aplcen!haven!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn) Newsgroups: comp.lang.c Subject: Re: for Turbo C ? Message-ID: <11279@smoke.BRL.MIL> Date: 14 Oct 89 03:38:38 GMT References: <5940011@hpcupt1.HP.COM> <66595@tut.cis.ohio-state.edu> Reply-To: gwyn@brl.arpa (Doug Gwyn) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 14 In article <66595@tut.cis.ohio-state.edu> Loyde W Hales writes: -... Your problem is that you are looking in the wrong place. For some -reason they put it in , not the more common . (Actually, -I know the reason. Remember that ANSI is a draft; for distribution reasons -many argued that the stuff should be in anyway. This didn't -happen, for consistency reasons.) -If the name is that important to you, you can redefine it in the OS or via -#define. What in the world is this that you "know"?? is in the final C Standard; it replaces the functionality of the widely-used with a somewhat incompatible interface, and requires that variadic functions be declared with the ,... notation.