MCPcopy 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
34static int WSAGetLastError() {
35 return errno;
36}
37#else
38#include <winsock2.h>
39#endif

Callers 2

forgiveFunction · 0.85
httpMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected