Files
RedBear-OS/src/stdio/cbindgen.toml
T
2018-03-18 00:19:08 +08:00

11 lines
225 B
TOML

sys_includes = ["stdarg.h", "stddef.h", "stdint.h", "sys/types.h"]
include_guard = "_STDIO_H"
trailer = "#include <bits/stdio.h>"
language = "C"
[enum]
prefix_with_name = true
[export.rename]
"AtomicBool" = "volatile char"