repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
daily update
[binutils.git]
/
include
/
mpw
/
utime.h
blob
e8bf66f2ba5c9cbff010ad6ce6fc1f5defebdcc7
1
2
struct
utimbuf
{
3
time_t
actime
;
4
time_t
modtime
;
5
};
6
7
int
utime
(
char
*,
struct
utimbuf
*);