Files
RedBear-OS/src/sys_resource/cbindgen.toml
T
2018-07-06 17:02:23 +02:00

11 lines
261 B
TOML

sys_includes = ["sys/types.h", "stdint.h", "sys/time.h"]
include_guard = "_SYS_RESOURCE_H"
language = "C"
# WORKAROUND:
# Rusage is used by another header, and cbindgen does not prefix that usage with `struct` :|
style = "Both"
[enum]
prefix_with_name = true