config.h 72 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 #ifdef WANT_FOO int* foo(); #endif #ifdef WANT_BAR char *bar(); #endif