mirror of
https://github.com/Lizonghang/prima.cpp.git
synced 2025-09-08 20:49:04 +00:00
7 lines
No EOL
142 B
C++
7 lines
No EOL
142 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
typedef unsigned int uint32_t;
|
|
|
|
bool is_port_open(const std::string& ip, uint32_t port, int timeout_sec = 2); |