#define NULL NULL
Posted
by sheepsimulator
on Stack Overflow
See other posts from Stack Overflow
or by sheepsimulator
Published on 2009-12-22T22:38:39Z
Indexed on
2010/05/30
20:22 UTC
Read the original article
Hit count: 344
#ifndef NULL
#define NULL NULL
#endif
This code compiles in gcc with no warnings/errors. Can someone explain what the preprocessor is doing here?
© Stack Overflow or respective owner