C++程序  |  10行  |  89 B

#ifdef __cplusplus
extern "C" {
#endif

void c_interface();

#ifdef __cplusplus
}
#endif