Files
RedBear-OS/src/header/errno/cbindgen.toml
T
2026-02-04 08:49:12 +00:00

13 lines
310 B
TOML

# POSIX header spec: https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/errno.h.html
#
# There are no spec quotations relating to includes
sys_includes = ["bits/errno.h"]
include_guard = "_RELIBC_ERRNO_H"
language = "C"
style = "Tag"
no_includes = true
cpp_compat = true
[enum]
prefix_with_name = true