home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Otherware
/
Otherware_1_SB_Development.iso
/
mac
/
developm
/
librarie
/
posix10.sit
/
POSIX
/
ThinkCPosix
/
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
|
1992-09-18
|
144 b
|
14 lines
/* $Id: $ */
#pragma once
#include "ThinkCPosix.h"
struct utimbuf {
time_t actime;
time_t modtime;
};
int utime(char*, struct utimbuf*);