#ifdef __cplusplus extern "C" { #endif int convertOggToMp3(const char* oggFilePath, const char* mp3FilePath); #ifdef __cplusplus } #endif