Q:

how to call a function in a macro with variadic arguments c++

#define eprintf(args…) fprintf (stderr, args)
0
#define eprintf(…) fprintf (stderr, __VA_ARGS__)
0

New to Communities?

Join the community