File nut/include/sys/stat.h


Included Files


Preprocessor definitions

#define _SYS_STAT_H_

#define S_ISDIR( m )

#define S_ISREG( m )


Type struct stat

struct stat
struct stat  
   {  
      short st_ino;  
      uint8_t st_mode;  
      uint16_t st_nlink;  
      uint32_t st_size;  
      time_t st_mtime;  
   }