Files

6 lines
118 B
C
Raw Permalink Normal View History

2023-05-07 22:49:11 +08:00
#pragma once
#include "head.h"
namespace tools {
auto cover_ip(unsigned int ip) -> std::string;
} // namespace tools