Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Zortech C++ Language Reference - stat this structure, defined in sys\stat.h, contains_ http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   stat             This structure, defined in  sys\stat.h,  contains_
                    file  information returned by the stat  and  fstat
                    routines.


                    Definition:
                       struct stat{
                          short st_dev;
                               short    st_ino;
                               unsigned short st_mode;
                               short    st_nlink;
                               int      st_uid;
                               int      st_gid;
                               short    st_rdev;
                               long     st_size;
                               long     st_atime;
                               long     st_mtime;
                               long     st_ctime;
                       };

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson