Files
RedBear-OS/src/header/stdlib/cbindgen.toml
T
2026-03-31 08:31:26 +01:00

13 lines
271 B
TOML

sys_includes = ["stddef.h", "alloca.h", "wchar.h", "features.h"]
include_guard = "_RELIBC_STDLIB_H"
trailer = """
long double strtold(const char *nptr, char **endptr);
"""
language = "C"
style = "Type"
no_includes = true
cpp_compat = true
[enum]
prefix_with_name = true