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