C++程序  |  8行  |  72 B

#ifdef WANT_FOO
int* foo();
#endif

#ifdef WANT_BAR
char *bar();
#endif