On Sep 25, 2002 at 00:30, Trevor Warren wrote:
--- ranjeet@nttindia.com wrote:
#define l11l 0xFFFF #define ll1 for #define ll111 if
This thread is getting interesting. Can someone highlight me as to what is the above code all about.
I don't want to highlight you, but the code is simple. The preprocessor goes through and replaces the #defined strings first, so you'll see that once that is done, you and up with fairly simple C code. The alignment will be off, but it'll work as the parser won't care about whitespace.
Try it manually.