Skip to content

Instantly share code, notes, and snippets.

@hyphenrf
Last active January 1, 2022 19:30
Show Gist options
  • Save hyphenrf/4487fcc748749afc833ebe510f909285 to your computer and use it in GitHub Desktop.
Save hyphenrf/4487fcc748749afc833ebe510f909285 to your computer and use it in GitHub Desktop.
#define show(fmt, ...) (printf("%s: ", #__VA_ARGS__), printf(fmt, __VA_ARGS__))
#define show8(x) printf(#x":\t%02hhx (%hhd)\n", x, x)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment