#define hm(x...) printf("%s, %s, %s\n", x)

int
main() {
	hm("hello", "world", "lol");
}



syntax highlighted by Code2HTML, v. 0.9.1