19 lines
168 B
TOML
19 lines
168 B
TOML
header = """
|
|
#if 0
|
|
''' '
|
|
#endif
|
|
|
|
#ifdef __cplusplus
|
|
template <typename T>
|
|
using MaybeUninit = T;
|
|
#endif
|
|
|
|
#if 0
|
|
' '''
|
|
#endif
|
|
"""
|
|
[export]
|
|
exclude = [
|
|
"MaybeUninit",
|
|
]
|