home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GEMini Atari
/
GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso
/
zip
/
gnu
/
includ87.lzh
/
INCLUD87
/
UTIME.H
< prev
next >
Wrap
C/C++ Source or Header
|
1993-07-30
|
138b
|
10 lines
#ifndef _U_TIME_H
#define _U_TIME_H
struct utimbuf { /* type for times() call */
time_t actime;
time_t modtime;
};
#endif _U_TIME_H