]> rtime.felk.cvut.cz Git - arc.git/blob - include/simple_printf.h
msys make fix. It should should now be possible to build with a case sensitve nativat...
[arc.git] / include / simple_printf.h
1 \r
2 #ifndef SIMPLE_PRINTF_H_\r
3 #define SIMPLE_PRINTF_H_\r
4 \r
5 #if defined(USE_SIMPLE_PRINTF)\r
6 #define simple_printf(format,...) simple_printf(format,## __VA_ARGS__ )\r
7 #else\r
8 #define simple_printf(format,...)\r
9 #endif\r
10 \r
11 #endif /* SIMPLE_PRINTF_H_ */\r