![]() |
Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|

Classes | |
| struct | WDIR |
Functions | |
| void | init_libc () |
| WDIR * | wopendir (const OsPath &path) |
| struct wdirent * | wreaddir (WDIR *wd) |
| int | wclosedir (WDIR *wd) |
| int | wopen (const OsPath &pathname, int oflag) |
| int | wopen (const OsPath &pathname, int oflag, mode_t mode) |
| int | wclose (int fd) |
| int | wtruncate (const OsPath &pathname, off_t length) |
| int | wunlink (const OsPath &pathname) |
| int | wrmdir (const OsPath &path) |
| int | wrename (const OsPath &pathnameOld, const OsPath &pathnameNew) |
| OsPath | wrealpath (const OsPath &pathname) |
| int | wstat (const OsPath &pathname, struct stat *buf) |
| int | wmkdir (const OsPath &path, mode_t mode) |
| void init_libc | ( | ) |
| int wclose | ( | int | fd | ) |
| int wclosedir | ( | WDIR * | wd | ) |
| int wmkdir | ( | const OsPath & | path, |
| mode_t | mode | ||
| ) |
| int wopen | ( | const OsPath & | pathname, |
| int | oflag | ||
| ) |
| int wopen | ( | const OsPath & | pathname, |
| int | oflag, | ||
| mode_t | mode | ||
| ) |
| int wrmdir | ( | const OsPath & | path | ) |
| int wstat | ( | const OsPath & | pathname, |
| struct stat * | buf | ||
| ) |
| int wunlink | ( | const OsPath & | pathname | ) |