#pragma once #include #include "str.h" struct client_conf { str_view_t addr; uint16_t port; }; int client(const struct client_conf *conf);