Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Exiv2/exiv2
/ WSAGetLastError
Function
WSAGetLastError
src/http.cpp:34–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
#define WSAENOTCONN EAGAIN
33
34
static int WSAGetLastError() {
35
return errno;
36
}
37
#else
38
#include <winsock2.h>
39
#endif
Callers
2
forgive
Function · 0.85
http
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected