Name: Anonymous 2012-01-03 0:19
Fuck this thread.
_Generic sounds like a nice feature. It's like a switch(typeof(x)).#define print(s,x) _Generic((x), \
char: putc(x, s), \
int: fprintf(s, "%d", x), \
float: fprintf(s, "%f", x), \
char *: fputs(x, s))