trisquel-icecat/icecat/third_party/cbindgen/tests/rust/nullable_attribute.toml
2025-10-06 02:35:48 -06:00

10 lines
No EOL
156 B
TOML

header = """
#ifdef __clang__
#define CBINDGEN_NULLABLE _Nullable
#else
#define CBINDGEN_NULLABLE
#endif
"""
[ptr]
nullable_attribute = "CBINDGEN_NULLABLE"