Skip to content

Instantly share code, notes, and snippets.

@dmiedema
Created January 23, 2015 18:26
Show Gist options
  • Save dmiedema/db55080b6dbd9f46e911 to your computer and use it in GitHub Desktop.
Save dmiedema/db55080b6dbd9f46e911 to your computer and use it in GitHub Desktop.
Wrapper around __attribute__((nonnull (...))) header macro
#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