Files
RedBear-OS/src/header/bits_socklen-t/cbindgen.toml
T
2026-05-03 16:54:46 +01:00

19 lines
491 B
TOML

# POSIX header spec: https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_socket.h.html
#
# This type is split out to prevent importing all of sys/socket.h to other headers.
#
# POSIX headers that require socklen_t:
# - arpa/inet.h
# - netdb.h
# - sys/socket.h (where it should be defined)
sys_includes = []
include_guard = "_RELIBC_BITS_SOCKLEN_T_H"
language = "C"
style = "type"
no_includes = true
cpp_compat = true
[export]
include = ["socklen_t"]
[enum]
prefix_with_name = true