All Questions
1 question
6
votes
3
answers
2k
views
Token pasting in C
After reading about VA_NARG
I tried to implement function overloading depending on number of arguments in C using macros.
Now the problem is:
void hello1(char *s) { ... }
void hello2(char *s, char *...