Files
RedBear-OS/src/header/time/cbindgen.toml
T
2026-02-12 13:33:54 +00:00

18 lines
360 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 = """
#include <bits/time.h> // for timespec
struct sigevent;
"""
[enum]
prefix_with_name = true
[export.rename]
"timespec" = "struct timespec"
"sigevent" = "struct sigevent"