Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!harpsichord.cis.ohio-state.edu!lwh From: lwh@harpsichord.cis.ohio-state.edu (Loyde W Hales) Newsgroups: comp.lang.c Subject: Re: for Turbo C ? Message-ID: <66595@tut.cis.ohio-state.edu> Date: 13 Oct 89 11:58:19 GMT References: <5940011@hpcupt1.HP.COM> Sender: news@tut.cis.ohio-state.edu Reply-To: Loyde W Hales Organization: Ohio State University Computer and Information Science Lines: 25 >The Turbo C compiler product does NOT supply in its include >libraries. (Perhaps because it is not ANSI enough?) > >Has anyone developed a suitable file for use with Turbo C? >And, if so, would you e-mail me a copy, or better yet, post it. > >This would be very helpful when porting C code from a U**X environment. It does, Steve, have a variable-arguments header (at least in Ver. 1.5 and later). 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. -=- Department of Computer and Information Science Loyde W. Hales, II The Ohio State University lwh@cis.ohio-state.edu 2036 Neil Avenue Mall, Columbus, Ohio 43201