Created
February 8, 2020 12:20
-
-
Save Atlas48/07516f5f16d784a8fe9bfa0ce3aab1db to your computer and use it in GitHub Desktop.
bunch of nifty macros
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define true 1 | |
#define false 0 | |
#define eprintf fprintf(sterr, __VA_ARGS__) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment