7 lines
80 B
C
7 lines
80 B
C
#ifdef WANT_FOO
|
|
int* foo(void);
|
|
#endif
|
|
|
|
#ifdef WANT_BAR
|
|
char *bar(void);
|
|
#endif
|