Tizen RT Libs&Environment  v1.0 D5
stat Struct Reference

#include <stat.h>

Data Fields

mode_t st_mode
 
off_t st_size
 
blksize_t st_blksize
 
blkcnt_t st_blocks
 
time_t st_atime
 
time_t st_mtime
 
time_t st_ctime
 

Detailed Description

Definition at line 135 of file stat.h.

Field Documentation

time_t st_atime

Definition at line 140 of file stat.h.

blksize_t st_blksize

Definition at line 138 of file stat.h.

blkcnt_t st_blocks

Definition at line 139 of file stat.h.

time_t st_ctime

Definition at line 142 of file stat.h.

mode_t st_mode

Definition at line 136 of file stat.h.

time_t st_mtime

Definition at line 141 of file stat.h.

off_t st_size

Definition at line 137 of file stat.h.


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