The file that provides functions ported from Unix in unistd.h. More...
Functions | |
EVIL_API double | evil_time_get (void) |
Return the time spent since the Evil library has been initialized. More... | |
EVIL_API int | evil_sockets_init (void) |
Initiates the use of Windows sockets. More... | |
EVIL_API void | evil_sockets_shutdown (void) |
Shutdown the Windows socket system. More... | |
EVIL_API int | evil_pipe (int *fds) |
Create a pair of sockets. More... | |
The file that provides functions ported from Unix in unistd.h.