Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Varadic macro
//g++ 5.4.0 #include <stdio.h> #define MY_MACRO(...) printf("hello\n"); return __VA_ARGS__ int foo() { MY_MACRO(0); } void toto() { MY_MACRO(); } int main(void) { int a = foo(); toto(); return 0; }
run
|
edit
|
history
|
help
0
Tree
ONP without brackets
gal
Exploring the Transform Function and Operator Classes
kadane's algorithm
strange builtin_offseof behavior
queueLinkedlist
Problema Siruri
Hi
ApelRefVal