C++程序  |  10行  |  92 B

#if defined(__cplusplus)
extern "C" {
#endif

int foo();

#if defined(__cplusplus)
}
#endif