xref: /drstd/dlibc/src/unix/header/stdio/cbindgen.toml (revision 86982c5e9b2eaa583327251616ee822c36288824)
1sys_includes = ["stdarg.h", "stddef.h", "stdint.h", "sys/types.h"]
2include_guard = "_RELIBC_STDIO_H"
3trailer = "#include <bits/stdio.h>"
4language = "C"
5style = "Type"
6no_includes = true
7cpp_compat = true
8
9[enum]
10prefix_with_name = true
11
12[export.rename]
13"AtomicBool" = "volatile char"
14