11 lines
214 B
TOML
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__"
|