10 lines
No EOL
156 B
TOML
10 lines
No EOL
156 B
TOML
header = """
|
|
#ifdef __clang__
|
|
#define CBINDGEN_NULLABLE _Nullable
|
|
#else
|
|
#define CBINDGEN_NULLABLE
|
|
#endif
|
|
"""
|
|
|
|
[ptr]
|
|
nullable_attribute = "CBINDGEN_NULLABLE" |