custom4.cpp.in 135 B

12345678910111213
  1. #ifdef CUSTOM_CFG_DEBUG
  2. int custom4_debug()
  3. {
  4. return 0;
  5. }
  6. #endif
  7. #ifdef CUSTOM_CFG_OTHER
  8. int custom4_other()
  9. {
  10. return 0;
  11. }
  12. #endif