Files
cbindgen/tests/rust/nonnull_attribute.toml
T

9 lines
146 B
TOML

header = """
#ifdef __clang__
#define CBINDGEN_NONNULL _Nonnull
#else
#define CBINDGEN_NONNULL
#endif
"""
non_null_attribute = "CBINDGEN_NONNULL"