Skip to content

Instantly share code, notes, and snippets.

@agluszak
Created March 21, 2018 09:40
Show Gist options
  • Save agluszak/5f11bdfc1c99137b8bf0206eb263ea27 to your computer and use it in GitHub Desktop.
Save agluszak/5f11bdfc1c99137b8bf0206eb263ea27 to your computer and use it in GitHub Desktop.
#define debug_print(fmt, ...) \
do { if (DEBUG) fprintf(stdout, "%s:%d:%s(): " fmt, __FILE__, \
__LINE__, __func__, ##__VA_ARGS__); } while (0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment