homebrewfilter/main/source/xprintf.h

8 lines
139 B
C

#ifdef __cplusplus
extern "C" {
#endif
void sdprintf(const char *str, ...);
void xprintf(const char *str, ...);
#ifdef __cplusplus
}
#endif