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