2
0

cbindgen.toml 179 B

123456789
  1. sys_includes = ["sys/types.h", "bits/float.h"]
  2. include_guard = "_RELIBC_FLOAT_H"
  3. language = "C"
  4. style = "Tag"
  5. no_includes = true
  6. cpp_compat = true
  7. [enum]
  8. prefix_with_name = true