Created
January 23, 2015 18:26
-
-
Save dmiedema/db55080b6dbd9f46e911 to your computer and use it in GitHub Desktop.
Wrapper around __attribute__((nonnull (...))) header macro
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 NOT_NULL(...) __attribute__((nonnull (__VA_ARGS__))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment