move stdlib bits to cbindgen

This commit is contained in:
auronandace
2026-03-31 08:31:26 +01:00
parent d34872cb35
commit afd9cad0c3
2 changed files with 3 additions and 15 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
sys_includes = ["stddef.h", "alloca.h", "wchar.h", "features.h"]
include_guard = "_RELIBC_STDLIB_H"
trailer = "#include <bits/stdlib.h>"
trailer = """
long double strtold(const char *nptr, char **endptr);
"""
language = "C"
style = "Type"
no_includes = true