PSXSDK
Main Page
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
libpsx
include
sys
stat.h
Go to the documentation of this file.
1
7
#ifndef _SYS_STAT_H
8
#define _SYS_STAT_H
9
10
struct
stat
11
{
12
unsigned
int
st_size
;
13
unsigned
int
st_blksize
;
14
unsigned
int
st_blocks
;
15
};
16
17
int
stat
(
const
char
*path,
struct
stat
*sb);
18
19
#endif
Generated on Wed Jul 29 2015 10:25:20 for PSXSDK by
1.8.2