Files
RedBear-OS/src/header/sys_stat/cbindgen.toml
T
Jeremy Soller 950b4526c7 - Disable output of empty header files
- Remove incorrect header styles
- Use export.replace where header style was previously needed
- Check compilation of tests using system gcc
2018-11-26 21:35:02 -07:00

12 lines
219 B
TOML

sys_includes = ["sys/types.h", "time.h"]
include_guard = "_SYS_STAT_H"
trailer = "#include <bits/sys/stat.h>"
language = "C"
style = "Tag"
[enum]
prefix_with_name = true
[export.rename]
"timespec" = "struct timespec"