availability of ANSI-conformant compilers
Bill Poser
poser at csli.Stanford.EDU
Sat Nov 17 14:38:55 AEST 1990
In article <14487 at smoke.brl.mil> gwyn at 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?
More information about the Comp.lang.c
mailing list