#pragma once #include "head.h" namespace tools { auto cover_ip(unsigned int ip) -> std::string; } // namespace tools