Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!lll-winken!unixhub!shelby!csli!poser From: poser@csli.Stanford.EDU (Bill Poser) Newsgroups: comp.lang.c Subject: Re: availability of ANSI-conformant compilers Keywords: ANSI compiler availability Message-ID: <16457@csli.Stanford.EDU> Date: 17 Nov 90 03:38:55 GMT References: <16440@csli.Stanford.EDU> <14487@smoke.brl.mil> Reply-To: poser@csli.stanford.edu (Bill Poser) Organization: Center for the Study of Language and Information, Stanford U. Lines: 9 In article <14487@smoke.brl.mil> gwyn@smoke.brl.mil (Doug Gwyn) writes: >Consequently, I key >on the __STDC__ preprocessing macro and include code for both >standard-C and UNIX-pcc environments. This works fairly well >and could be done more spiffily than I usually bother to do it. Doesn't this mean that you either don't use prototypes or have to include both a prototype and a non-prototyped declaration for every function?