evil_stdlib.h File Reference

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

Functions

int setenv (const char *name, const char *value, int overwrite)
 Create, modify, or remove environment variables.
 
int unsetenv (const char *name)
 Remove environment variables.
 
int mkstemp (char *__template)
 Make temporay unique file name.
 
char * realpath (const char *file_name, char *resolved_name)
 Return an absolute or full path name for a specified relative path name.
 

Detailed Description

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