Files
RedBear-OS/src/header/bits_winsize/cbindgen.toml
T
2026-05-25 16:57:12 +01:00

14 lines
378 B
TOML

# POSIX header spec: https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/termios.h.html
#
# This type is split out to include it in the following headers:
# - sys/ioctl.h (Non-POSIX)
# - termios.h (POSIX, where it should be defined)
include_guard = "_RELIBC_BITS_WINSIZE_H"
language = "C"
style = "Tag"
no_includes = true
cpp_compat = true
[export]
include = ["winsize"]