ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
#include <io_common.h>
Data Fields | |
unsigned int | mode |
unsigned int | attr |
unsigned int | size |
unsigned char | ctime [8] |
unsigned char | atime [8] |
unsigned char | mtime [8] |
unsigned int | hisize |
Definition at line 47 of file io_common.h.
unsigned char io_stat_t::atime[8] |
Definition at line 52 of file io_common.h.
Referenced by fill_stat().
unsigned int io_stat_t::attr |
Definition at line 49 of file io_common.h.
unsigned char io_stat_t::ctime[8] |
Definition at line 51 of file io_common.h.
Referenced by fill_stat().
unsigned int io_stat_t::hisize |
Definition at line 54 of file io_common.h.
Referenced by fill_stat().
unsigned int io_stat_t::mode |
Definition at line 48 of file io_common.h.
Referenced by fill_stat().
unsigned char io_stat_t::mtime[8] |
Definition at line 53 of file io_common.h.
Referenced by fill_stat().
unsigned int io_stat_t::size |
Definition at line 50 of file io_common.h.
Referenced by fill_stat().