function-preprocessor.txt 60 B

123456
  1. #ifdef DEBUG
  2. TYPE1 foo(void)
  3. #else
  4. int foo(void)
  5. #endif
  6. { }