2014-01-15 10:53:42 +01:00

8 lines
72 B
C

#ifdef WANT_FOO
int* foo();
#endif
#ifdef WANT_BAR
char *bar();
#endif