8 lines
72 B
C
8 lines
72 B
C
|
#ifdef WANT_FOO
|
||
|
int* foo();
|
||
|
#endif
|
||
|
|
||
|
#ifdef WANT_BAR
|
||
|
char *bar();
|
||
|
#endif
|