cbindgen.toml 211 B

12345678910
  1. sys_includes = ["stddef.h", "alloca.h"]
  2. include_guard = "_RELIBC_STDLIB_H"
  3. trailer = "#include <bits/stdlib.h>"
  4. language = "C"
  5. style = "Type"
  6. no_includes = true
  7. cpp_compat = true
  8. [enum]
  9. prefix_with_name = true