mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-07-24 03:02:50 +02:00
23 lines
253 B
TOML
23 lines
253 B
TOML
header = """
|
|
#if 0
|
|
''' '
|
|
#endif
|
|
#if defined(CBINDGEN_STYLE_TYPE)
|
|
/* ANONYMOUS STRUCTS DO NOT SUPPORT FORWARD DECLARATIONS!
|
|
#endif
|
|
#if 0
|
|
' '''
|
|
#endif
|
|
"""
|
|
|
|
trailer = """
|
|
#if 0
|
|
''' '
|
|
#endif
|
|
#if defined(CBINDGEN_STYLE_TYPE)
|
|
*/
|
|
#endif
|
|
#if 0
|
|
' '''
|
|
#endif
|
|
"""
|