#pragma once #include struct client_conf { uint16_t port; }; int client(const struct client_conf *conf);