950b4526c7
- Remove incorrect header styles - Use export.replace where header style was previously needed - Check compilation of tests using system gcc
12 lines
221 B
TOML
12 lines
221 B
TOML
sys_includes = ["sys/types.h", "stdint.h", "stddef.h"]
|
|
include_guard = "_TIME_H"
|
|
language = "C"
|
|
style = "Tag"
|
|
|
|
[enum]
|
|
prefix_with_name = true
|
|
|
|
[defines]
|
|
"target_os = linux" = "__linux__"
|
|
"target_os = redox" = "__redox__"
|