Zulal
0
Q:

c print only in debug mode

#ifdef DEBUG
# define DEBUG_PRINT(x) printf x
#else
# define DEBUG_PRINT(x) do {} while (0)
#endif
0

New to Communities?

Join the community