Files
RedBear-OS/src/header/time/cbindgen.toml
T
2025-12-19 15:06:20 +07:00

16 lines
290 B
TOML

sys_includes = ["sys/types.h", "stdint.h", "stddef.h", "features.h"]
include_guard = "_RELIBC_TIME_H"
language = "C"
style = "Tag"
no_includes = true
cpp_compat = true
after_includes = """
struct sigevent;
"""
[enum]
prefix_with_name = true
[export.rename]
"sigevent" = "struct sigevent"