Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
const int SOCKET_ERROR_RETURN = -1;
29
30
inline int SocketGetLastError()
31
{
32
return errno;
33
}
34
35
inline void SocketSetLastError(int error)
36
{
Callers
1
SocketError
Class · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected