feat: add C & Zig bindings for tcp connector and acceptor

This commit is contained in:
CJ van den Berg 2026-03-02 18:46:22 +00:00
parent ed91a28f5f
commit e19ff271d0
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
9 changed files with 269 additions and 0 deletions

View file

@ -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{};