extern "C" #endif int get_gpu(); #endif ==================> extern "C" { #endif int get_gpu(); #ifdef __cplusplus } #endif
extern "C"
#endif
int get_gpu();
#endif
==================>
extern "C" {
#endif
int get_gpu();
#ifdef __cplusplus
}
#endif