cbindgen.toml 225 B

12345678910
  1. sys_includes = ["sys/types.h"]
  2. include_guard = "_SYS_TIME_H"
  3. language = "C"
  4. # WORKAROUND:
  5. # Timeval is used by another header, and cbindgen doesn't prefix that with `struct` :|
  6. style = "Both"
  7. [enum]
  8. prefix_with_name = true