MCPcopy Create free account
hub / github.com/chen3feng/toft / SocketGetErrorString

Function SocketGetErrorString

system/net/os_socket.h:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40inline std::string SocketGetErrorString(int error)
41{
42 return strerror(error);
43}
44
45inline int closesocket(SOCKET s)
46{

Callers 1

SocketErrorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected