1 2 3 4 5 6 7
#pragma once #include <stdbool.h> // Returns whether successful. bool parse_host_port(const char *arg, const char **server_host, int *port);