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