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
project
Question 1
LRUCache
nearest
CodeForces Div 3 - D
Binary Search
queue
std::function ambiguity gcc
Generating π from 1,000 random numbers
Job Scheduling