mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-07-24 11:12:50 +02:00
10 lines
216 B
TOML
10 lines
216 B
TOML
header = """
|
|
#define MY_ASSERT(...) do { } while (0)
|
|
#define MY_ATTRS __attribute((noinline))
|
|
"""
|
|
|
|
[enum]
|
|
derive_helper_methods = true
|
|
derive_const_casts = true
|
|
derive_mut_casts = true
|
|
cast_assert_name = "MY_ASSERT"
|