CmdLine.h 75 Bytes Raw Blame History Permalink 1 2 3 4 5 6 #ifdef FOO_RETURNS_INT_PTR int *foo(void); #else float *foo(void); #endif