7 lines
75 B
C
7 lines
75 B
C
#ifdef FOO_RETURNS_INT_PTR
|
|
int *foo(void);
|
|
#else
|
|
float *foo(void);
|
|
#endif
|
|
|