home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Power 1999 February
/
MACPOWER-1999-02.ISO.7z
/
MACPOWER-1999-02.ISO
/
9902⁄AMUG
/
UTILITY
/
mac06-0.95.sit
/
mac06-0.95
/
usr
/
include
/
utime.h
< prev
next >
Wrap
Text File
|
1998-07-24
|
220b
|
17 lines
/* mac06ゥ1997,98 by HNS/DSITRI hns@computer.org
** utime.h
*/
#pragma once
#include "time_t.h"
struct utimbuf
{
time_t actime;
time_t modtime;
};
int utime(const char *name, const struct utimbuf *tp);
/* EOF */