Files
RedBear-OS/src/header/malloc/cbindgen.toml
T
Peter Limkilde Svendsen b3f36faf87 Add pvalloc()
2025-02-11 21:13:51 +01:00

11 lines
213 B
TOML

sys_includes = ["features.h", "stddef.h"]
include_guard = "_RELIBC_MALLOC_H"
trailer = "#include <bits/malloc.h>"
language = "C"
style = "Type"
no_includes = true
cpp_compat = true
[enum]
prefix_with_name = true