Macros | Functions
evil_stdio.h File Reference

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

Macros

#define EVIL_PATH_SEP_SWAP(p, s1, s2)
 
#define EVIL_PATH_SEP_WIN32_TO_UNIX(p)   EVIL_PATH_SEP_SWAP(p, '\\', '/')
 
#define EVIL_PATH_SEP_UNIX_TO_WIN32(p)   EVIL_PATH_SEP_SWAP(p, '/', '\\')
 

Functions

int evil_rename (const char *src, const char *dst)
 Emulate the rename() function on Windows. More...
 
int evil_mkdir (const char *dirname, mode_t mode)
 Wrap the _mkdir() function on Windows. More...
 

Detailed Description

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