home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 4
/
Amiga Tools 4.iso
/
tools
/
packer
/
gnutar
/
source.lzh
/
source
/
sasinclude
/
utime.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-09-16
|
109 b
|
11 lines
#ifndef _UTIME_H
#define _UTIME_H
struct utimbuf
{
long actime;
long modtime;
};
#endif /* _UTIME_H */