Files
RedBear-OS/src/header/stdlib/cbindgen.toml
T
2024-01-11 09:41:17 -07:00

17 lines
318 B
TOML

sys_includes = ["stddef.h", "alloca.h", "wchar.h"]
include_guard = "_RELIBC_STDLIB_H"
trailer = "#include <bits/stdlib.h>"
language = "C"
style = "Type"
no_includes = true
cpp_compat = true
[defines]
"target_pointer_width=64" = "__LP64__"
[enum]
prefix_with_name = true
[fn]
no_return = "__attribute__((noreturn))"