homebrewfilter/main/source/xprintf.h

8 lines
139 B
C
Raw Normal View History

#ifdef __cplusplus
extern "C" {
#endif
void sdprintf(const char *str, ...);
2012-08-31 10:34:49 +02:00
void xprintf(const char *str, ...);
#ifdef __cplusplus
}
#endif