11 lines
261 B
TOML
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
|