xref: /drstd/dlibc/src/unix/header/stdlib/cbindgen.toml (revision 0fe3ff0054d3aec7fbf9bddecfecb10bc7d23a51)
1sys_includes = ["stddef.h", "alloca.h"]
2include_guard = "_RELIBC_STDLIB_H"
3trailer = "#include <bits/stdlib.h>"
4language = "C"
5style = "Type"
6no_includes = true
7cpp_compat = true
8
9[enum]
10prefix_with_name = true
11
12[fn]
13no_return = "__attribute__((noreturn))"
14