We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeb8fba commit b53672bCopy full SHA for b53672b
libr/include/r_types_null.h
@@ -1,6 +1,10 @@
1
#ifndef R_TYPES_NULL_H
2
#define R_TYPES_NULL_H
3
4
+#ifdef __cplusplus
5
+extern "C" {
6
+#endif
7
+
8
// TODO: use this new syntax instead: #define R_NONNULL(type) type * _Nonnull
9
10
// -Wno-nullability-completeness
@@ -39,4 +43,8 @@
39
43
#define ATTR_NONNULL(...)
40
44
#endif
41
45
46
47
+}
48
49
42
50
#endif // NULLABILITY_H
0 commit comments