Sign in
third-party-mirror
/
cbindgen
/
9a26cd0114a633fa05ece30bd3f1b13149f496f2
/
.
/
cbindgen-0.24.5
/
tests
/
rust
/
nonnull_attribute.toml
blob: 8c051d7df5b1013b5b6120e54156e208401bbb25 [
file
] [
log
] [
blame
]
header
=
"""
#ifdef __clang__
#define CBINDGEN_NONNULL _Nonnull
#else
#define CBINDGEN_NONNULL
#endif
"""
[
ptr
]
non_null_attribute
=
"CBINDGEN_NONNULL"