blob: c7bf60811eb6565965c0af1d0b79d2637c129e6e [file] [log] [blame]
int doStuff(int i,
float f);
int doStuff(int i,
float f);
MACRO_MODIFIER int doStuff(int i,
float f);
typedef void (*my_callback)(int id,
void *context);