This commit is contained in:
huoji
2023-05-07 22:49:11 +08:00
parent e8a3b9fa98
commit b00e51fdc7
38 changed files with 860 additions and 954 deletions

5
linux_service/tools.h Normal file
View File

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