Files
RedBear-OS/stdio/cbindgen.toml
T
Jeremy Soller e30dec7124 WIP: stdio.h
2018-03-03 15:15:50 -07:00

8 lines
150 B
TOML

sys_includes = ["stdarg.h", "stddef.h"]
include_guard = "_stdio_H"
trailer = "#include <bits/stdio.h>"
language = "C"
[enum]
prefix_with_name = true