31 extern bool is_number(
const std::string &s);
33 extern bool parse_port(
const std::string &arg, std::string *host,
int *port);
bool parse_port(const std::string &arg, std::string *host, int *port)
bool is_number(const std::string &s)
int lookup_default_port()
decltype(nullptr) nullptr_t