ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
io_stat_t Struct Reference

#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
 

Detailed Description

Definition at line 47 of file io_common.h.

Field Documentation

◆ atime

unsigned char io_stat_t::atime[8]

Definition at line 52 of file io_common.h.

Referenced by fill_stat().

◆ attr

unsigned int io_stat_t::attr

Definition at line 49 of file io_common.h.

◆ ctime

unsigned char io_stat_t::ctime[8]

Definition at line 51 of file io_common.h.

Referenced by fill_stat().

◆ hisize

unsigned int io_stat_t::hisize

Definition at line 54 of file io_common.h.

Referenced by fill_stat().

◆ mode

unsigned int io_stat_t::mode

Definition at line 48 of file io_common.h.

Referenced by fill_stat().

◆ mtime

unsigned char io_stat_t::mtime[8]

Definition at line 53 of file io_common.h.

Referenced by fill_stat().

◆ size

unsigned int io_stat_t::size

Definition at line 50 of file io_common.h.

Referenced by fill_stat().


The documentation for this struct was generated from the following file: