Hacker News new | ask | show | jobs
by hvdijk 2379 days ago
C has the named operators as macros in <iso646.h>.
1 comments

Great tip, thanks. Have to remember this magic ISO standard number.
Also, have to remember to #undef them in any file that includes something that includes iso646.h.