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

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: --*/
                     15: 
                     16: #ifndef _UTIME_
                     17: #define _UTIME_
                     18: 
                     19: #include <types.h>
                     20: 
1.1.1.2 ! root       21: #ifdef __cplusplus
        !            22: extern "C" {
        !            23: #endif
        !            24: 
1.1       root       25: struct utimbuf {
                     26:     time_t actime;
                     27:     time_t modtime;
                     28: };
                     29: 
1.1.1.2 ! root       30: #ifdef __cplusplus
        !            31: }
        !            32: #endif
        !            33: 
1.1       root       34: #endif /* _UTIME_ */

unix.superglobalmegacorp.com

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