1 2 3 4 5 6 7 8 9 10 11 12 13 14
#define DEF #include "header.h" int main() { f1(); int *x; f2(&x); float *y; f2(&y); return 0; }