Simple question. How to I get a function pointer to one of the foo functions in this case :

void foo(int i);
void foo(long i);

Reply via email to