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

Function SocketGetLastError

system/net/os_socket.h:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28const int SOCKET_ERROR_RETURN = -1;
29
30inline int SocketGetLastError()
31{
32 return errno;
33}
34
35inline void SocketSetLastError(int error)
36{

Callers 1

SocketErrorClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected