macros with parameters in MSC 5.0

Brian T. Schellenberger bts at sas.UUCP
Sun Feb 28 15:18:49 AEST 1988


In article <11879 at brl-adm.ARPA> jbaker at ee.UCLA.EDU (Joe Baker) writes:
|#define ctl(c) ('c'&037)
|what is the Right Way to do this?  (under dpANS)

#define ctl(c)  ((* #c) & 037))

-- 
                                                         --Brian.
(Brian T. Schellenberger)				 ...!mcnc!rti!sas!bts

DISCLAIMER:  Whereas Brian Schellenberger (hereinafter "the party of the first 



More information about the Comp.lang.c mailing list