The file that provides functions ported from Unix in libgen.h. More...
Macros | |
| #define | basename(p) evil_basename(p) |
| Wrapper around evil_basename(). | |
| #define | dirname(p) evil_dirname(p) |
| Wrapper around evil_dirname(). | |
Functions | |
| char * | evil_basename (char *path) |
| Parse the base name component of a path. | |
| char * | evil_dirname (char *path) |
| Parse the dir name component of a path. | |
Detailed Description
The file that provides functions ported from Unix in libgen.h.
