Files
RedBear-OS/src/header/sys_syscall/cbindgen.toml
T
2026-04-20 09:09:42 +07:00

9 lines
351 B
TOML

# POSIX header spec: https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_statvfs.h.html
#
# Spec quotations relating to includes:
# - "The <sys/statvfs.h> header shall define the fsblkcnt_t and fsfilcnt_t types as described in <sys/types.h>."
sys_includes = ["sys/types.h"]
include_guard = "_SYS_SYSCALL_H"
language = "C"
no_includes = true