![christos](/assets/img/avatar_default.png)
// comments to /* comments */ not only during macro definition, but also macro argument collection. Otherwise the following: #define b(a) a main { b( // 1); 0); } gets expanded to: main() { return // 1); 0; } instead of: main() { return /* 1);*/ 0; }
…
…
…
…
…
…
…
…
…
Description
No description provided
Languages
C
85.3%
Roff
7.2%
Assembly
3.1%
Shell
1.7%
Makefile
1.2%
Other
0.9%