Files
RedBear-OS/src/header/string/cbindgen.toml
T
Mateusz Mikuła 63a1319e50 Cbindgen update
2019-07-10 10:08:39 +00:00

10 lines
179 B
TOML

sys_includes = ["stddef.h", "stdint.h", "strings.h"]
include_guard = "_STRING_H"
language = "C"
style = "Tag"
no_includes = true
cpp_compat = true
[enum]
prefix_with_name = true