Skip to content

Instantly share code, notes, and snippets.

@komori-n
Created July 10, 2020 10:18
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 komori-n/6e75072a31f267473cb700248b715827 to your computer and use it in GitHub Desktop.
Save komori-n/6e75072a31f267473cb700248b715827 to your computer and use it in GitHub Desktop.
#define A (1)
#define B ((uint8_t)2)
#define STRIP_PRN(x) IDENTITY x
#define IDENTITY(x) x
#define DELETE_BLOCK(x) DELETE_ARG x
#define DELETE_ARG(x)
STRIP_PRN(A)
DELETE_BLOCK(STRIP_PRN(B))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment