Files
RedBear-OS/src/header/arpa_inet/cbindgen.toml
T
Mateusz Mikuła 63a1319e50 Cbindgen update
2019-07-10 10:08:39 +00:00

13 lines
235 B
TOML

sys_includes = ["stddef.h", "sys/socket.h", "netinet/in.h"]
include_guard = "_ARPA_INET_H"
language = "C"
style = "Tag"
no_includes = true
cpp_compat = true
[enum]
prefix_with_name = true
[export.rename]
"in_addr" = "struct in_addr"