]> git.gir.st - tmk_keyboard.git/blob - common/mbed/xprintf.h
Squashed 'tmk_core/' changes from d5c5ac6..8da1898
[tmk_keyboard.git] / common / mbed / xprintf.h
1 #ifndef XPRINTF_H
2 #define XPRINTF_H
3
4 //#define xprintf(format, ...) __xprintf(format, ##__VA_ARGS__)
5
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9
10 int xprintf(const char *format, ...);
11
12 #ifdef __cplusplus
13 }
14 #endif
15
16
17 #endif
Imprint / Impressum