
/*
 *  STAT.H
 *
 *  (C) Copyright 1989-1990 by Matthew Dillon,  All Rights Reserved.
 *
 *  Expand as applicable for library routines in uucp:src/lib
 */

struct stat {
    long    st_ino;
    long    st_mtime;
    long    st_ctime;
};

