Files
RedBear-OS/src/header/netdb/cbindgen.toml
T
2024-11-17 16:15:07 +00:00

14 lines
278 B
TOML

sys_includes = ["sys/socket.h", "netinet/in.h", "features.h"]
include_guard = "_RELIBC_NETDB_H"
trailer = "#include <bits/netdb.h>"
language = "C"
style = "Tag"
no_includes = true
cpp_compat = true
[export.rename]
"sockaddr" = "struct sockaddr"
[enum]
prefix_with_name = true