Skip to content
Snippets Groups Projects
Commit 90d15204 authored by Lev Walkin's avatar Lev Walkin
Browse files

this also

parent ae72b048
No related branches found
No related tags found
No related merge requests found
extern int opt_debug;
#define ASN_DEBUG(fmt, args...) do { \
if(opt_debug < 2) break; \
fprintf(stderr, fmt, ##args); \
fprintf(stderr, " (%s:%d)\n", \
__FILE__, __LINE__); \
} while(0)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment