14 lines
278 B
TOML
14 lines
278 B
TOML
sys_includes = ["sys/types.h", "stdint.h", "sys/time.h"]
|
|
include_guard = "_SYS_RESOURCE_H"
|
|
trailer = "#include <bits/sys/resource.h>"
|
|
language = "C"
|
|
style = "Tag"
|
|
no_includes = true
|
|
cpp_compat = true
|
|
|
|
[enum]
|
|
prefix_with_name = true
|
|
|
|
[export.rename]
|
|
"timeval" = "struct timeval"
|