Files
RedBear-OS/src/header/bits_ino-t/cbindgen.toml
T
2026-05-13 15:33:05 +01:00

19 lines
478 B
TOML

# POSIX header spec: https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_types.h.html
#
# This type is split out to prevent importing all of sys/types.h into other headers.
#
# POSIX headers that require ino_t:
# - dirent.h
# - sys/stat.h
# - sys/types.h (where it should be defined)
sys_includes = []
include_guard = "_RELIBC_BITS_INO_T_H"
language = "C"
style = "type"
no_includes = true
cpp_compat = true
[export]
include = ["ino_t"]
[enum]
prefix_with_name = true