#pragma once #include "tlibc/errors.h" Result(void) client_run(); Result(void) server_run(cstr server_endpoint_str);