Y
Hacker News
new
|
ask
|
show
|
jobs
by
hvdijk
2379 days ago
C has the named operators as macros in <iso646.h>.
1 comments
segfaultbuserr
2379 days ago
Great tip, thanks. Have to remember this magic ISO standard number.
link
ncmncm
2379 days ago
Also, have to remember to #undef them in any file that includes something that includes iso646.h.
link