]> git.friedersdorff.com Git - max/tmk_keyboard.git/blob - xprintf.h
26bc529e5be547b7b0f09ddcca67ab1ffe252976
[max/tmk_keyboard.git] / 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