Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!think.com!yale!cmcl2!adm!smoke!gwyn From: gwyn@smoke.brl.mil (Doug Gwyn) Newsgroups: comp.std.c Subject: Re: Frustrated trying to be portable Message-ID: <15240@smoke.brl.mil> Date: 19 Feb 91 01:54:54 GMT References: <1991Feb17.203337.20569@uokmax.ecn.uoknor.edu> Organization: U.S. Army Ballistic Research Laboratory, APG, MD. Lines: 13 In article <1991Feb17.203337.20569@uokmax.ecn.uoknor.edu> clgreen@nsslsun.gcn.uoknor.edu (Cliff Green) writes: >Anyway, am I missing something, or is the state of ANSI C compilers still >in a formative stage? It would be more accurate to say that the availability of such compilers is still limited. No compiler should be advertised as conforming to the (ANSI/ISO) C standard unless it fully meets the requirements for a conforming implementation specified in the standard. There are two kinds of conforming implementation: hosted and standalone. The one you are interested in would be a conforming hosted implementation. Certainly such an implementation would have to provide , remove(), etc.