Questions on X3J11 draft

Doug Gwyn gwyn at brl-smoke.ARPA
Tue Dec 16 01:50:34 AEST 1986


In article <775 at axis.UUCP> philip at axis.UUCP (Philip Peake) writes:
>How can I know, when trying to write portable code, if the 'library'
>function I am going to use is a real function or a macro ?

The only time it can matter is if it's a macro and you need a function.
In this case, #undef it first (this is harmless if it's not a macro).



More information about the Comp.lang.c mailing list