Files
RedBear-OS/src/time/cbindgen.toml
T
2018-03-23 16:57:33 +03:00

11 lines
214 B
TOML

sys_includes = ["sys/types.h", "bits/timespec.h", "stdint.h"]
include_guard = "_TIME_H"
language = "C"
[enum]
prefix_with_name = true
[defines]
"target_os = linux" = "__linux__"
"target_os = redox" = "__redox__"