Annotation of mstools/posix/h/utime.h, revision 1.1

1.1     ! root        1: /*++
        !             2: 
        !             3: Copyright (c) 1989  Microsoft Corporation
        !             4: 
        !             5: Module Name:
        !             6: 
        !             7:    utime.h
        !             8: 
        !             9: Abstract:
        !            10: 
        !            11:    This module contains the utimbuf structure described in section 5.6.6.2
        !            12:    of IEEE P1003.1/Draft 13.
        !            13: 
        !            14: Author:
        !            15: 
        !            16:    Mark Lucovsky (markl) 15-Mar-1989
        !            17: 
        !            18: Revision History:
        !            19: 
        !            20: --*/
        !            21: 
        !            22: #ifndef _UTIME_
        !            23: #define _UTIME_
        !            24: 
        !            25: #include <types.h>
        !            26: 
        !            27: struct utimbuf {
        !            28:     time_t actime;
        !            29:     time_t modtime;
        !            30: };
        !            31: 
        !            32: #endif /* _UTIME_ */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.