2
0

cbindgen.toml 153 B

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