utime.h
Click here to get the file
Size
1 kB
-
File type
text/x-chdr
File contents
/* @(#) utime.h 1.1 1/27/86 17:47:25 */
/*ident "@(#)cfront:incl/utime.h 1.1"*/
#ifndef utimbuf
struct utimbuf {
time_t actime;
time_t modtime;
}
xtern int utime (const char*, utimbuf*);