Files
RedBear-OS/src/header/signal/cbindgen.toml
T

15 lines
281 B
TOML

sys_includes = ["stdint.h", "sys/types.h"]
include_guard = "_SIGNAL_H"
trailer = "#include <bits/signal.h>"
language = "C"
style = "Tag"
no_includes = true
cpp_compat = true
[defines]
"target_os=linux" = "__linux__"
"target_os=redox" = "__redox__"
[enum]
prefix_with_name = true