feat: add C & Zig bindings for socket
This commit is contained in:
parent
e19ff271d0
commit
d1cb42d53c
11 changed files with 209 additions and 13 deletions
|
|
@ -113,6 +113,7 @@ extern "C" auto runtestcase(const char *name) -> int {
|
|||
tests["timeout_test"] = timeout_test;
|
||||
tests["unx_c_api"] = unx_c_api;
|
||||
tests["tcp_c_api"] = tcp_c_api;
|
||||
tests["socket_c_api"] = socket_c_api;
|
||||
|
||||
env_t env{};
|
||||
env_t log_env{};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue