File nut/include/sys/stat.h
Included Files
#include <nut/include/time.h>
Preprocessor definitions
#define _SYS_STAT_H_
Type struct stat
struct stat
struct stat
{
short st_ino;
u_char st_mode;
u_short st_nlink;
u_long st_size;
time_t st_mtime;
}