Skip to content

Instantly share code, notes, and snippets.

@dhh1128
Created August 4, 2020 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dhh1128/a0972d8750c3d57f4c0a004dd04a5416 to your computer and use it in GitHub Desktop.
Save dhh1128/a0972d8750c3d57f4c0a004dd04a5416 to your computer and use it in GitHub Desktop.
fancier version of eprintf
#define eprintf(fmt, ...) \
fprintf(stderr, fmt, ##__VA_ARGS__)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment