NO_UNUSED

This commit is contained in:
2022-05-09 11:56:09 +03:00
parent d219baee27
commit a502182eba
3 changed files with 10 additions and 4 deletions

View File

@@ -246,6 +246,10 @@
extern char ** environ;
#endif
#ifndef NO_UNUSED
# define NO_UNUSED(x) (void)x
#endif
#ifndef assert
# define assert(x)
# define assertm(exp, msg)