xref: /relibc/src/header/time/cbindgen.toml (revision 6fd98d550c9d0636b12b0cece86bf1442dac7378)
1sys_includes = ["sys/types.h", "stdint.h", "stddef.h"]
2include_guard = "_RELIBC_TIME_H"
3language = "C"
4style = "Tag"
5no_includes = true
6cpp_compat = true
7
8[enum]
9prefix_with_name = true
10
11[defines]
12"target_os = linux" = "__linux__"
13"target_os = redox" = "__redox__"
14"target_os = dragonos" = "__dragonos__"
15