move stdlib bits to cbindgen
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user