#pragma once #include // Returns whether successful. bool parse_host_port(const char *arg, const char **server_host, int *port);