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: <11277@smoke.BRL.MIL> Date: 14 Oct 89 03:31:25 GMT References: <5940011@hpcupt1.HP.COM> Reply-To: gwyn@brl.arpa (Doug Gwyn) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 8 In article <5940011@hpcupt1.HP.COM> swh@hpcupt1.HP.COM (Steve Harrold) writes: > for Turbo C ? >This would be very helpful when porting C code from a U**X environment. You'd be much better off converting the code to use , since the C implementation may not support the old mechanism. Generally I write my variadic functions to work both ways, depending on #if __STDC__ to control the particulars.