preprocessor.txt 160 B

12345678910111213
  1. #include <iostream>
  2. #define foo 1<<16
  3. #ifdef DEBUG
  4. TYPE1 foo(void)
  5. #else
  6. int foo(void)
  7. #endif
  8. { }
  9. #define x(v) ((v))
  10. # define x(v) ((v))
  11. # define x(v) ((v))