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