Files
RedBear-OS/src/header/pty/cbindgen.toml
T
2024-01-17 03:05:50 +00:00

13 lines
248 B
TOML

sys_includes = ["sys/ioctl.h", "termios.h"]
include_guard = "_RELIBC_PTY_H"
language = "C"
style = "Tag"
no_includes = true
cpp_compat = true
[enum]
prefix_with_name = true
[export.rename]
"winsize" = "struct winsize"
"termios" = "struct termios"