]> git.gir.st - tmk_keyboard.git/blob - tmk_core/common/mbed/xprintf.h
Merge commit '22b6e15a179031afb7c3534cf7b109b0668b602c'
[tmk_keyboard.git] / tmk_core / 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