Non-null function argument declaration

This commit is contained in:
Maria Matejka
2020-05-01 15:18:48 +02:00
committed by Maria Matejka
parent 8029ae527e
commit bf9486bf20
+1
View File
@@ -72,6 +72,7 @@ static inline int u64_cmp(u64 i1, u64 i2)
#define NORET __attribute__((noreturn))
#define UNUSED __attribute__((unused))
#define PACKED __attribute__((packed))
#define NONNULL(...) __attribute__((nonnull((__VA_ARGS__))))
#ifndef HAVE_THREAD_LOCAL
#define _Thread_local