Functions
evil_unistd.h File Reference

The file that provides functions ported from Unix in unistd.h. More...

Functions

double evil_time_get (void)
 Return the time spent since the Evil library has been initialized. More...
 
int evil_sockets_init (void)
 Initiates the use of Windows sockets. More...
 
void evil_sockets_shutdown (void)
 Shutdown the Windows socket system. More...
 
int evil_pipe (int *fds)
 Create a pair of sockets. More...
 

Detailed Description

The file that provides functions ported from Unix in unistd.h.