1
2
3
4
5
6
#ifdef DEBUG
#    define log_int(x)  printf("%s == %d\n", (#x), (x) )
#else
#    define log_int  // BROKEN
#endif
// not for HW05 exactly

© Copyright 2019 Alexander J. Quinn         This content is protected and may not be shared, uploaded, or distributed.