2dda9297a492229da4da21a2fa619f71e03940dc
[com/asn1c.git] / examples / sample.source.LTE-RRC / config.h
1
2 extern int opt_debug;
3
4 #define ASN_DEBUG(fmt, args...) do {            \
5                 if(opt_debug < 2) break;        \
6                 fprintf(stderr, fmt, ##args);   \
7                 fprintf(stderr, " (%s:%d)\n",   \
8                         __FILE__, __LINE__);    \
9         } while(0)
10