13 lines
271 B
TOML
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
|