feat: add C & Zig bindings for tcp connector and acceptor
This commit is contained in:
parent
ed91a28f5f
commit
e19ff271d0
9 changed files with 269 additions and 0 deletions
|
|
@ -112,6 +112,7 @@ extern "C" auto runtestcase(const char *name) -> int {
|
|||
tests["spawn_exit"] = spawn_exit;
|
||||
tests["timeout_test"] = timeout_test;
|
||||
tests["unx_c_api"] = unx_c_api;
|
||||
tests["tcp_c_api"] = tcp_c_api;
|
||||
|
||||
env_t env{};
|
||||
env_t log_env{};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue