2004-01-21 Roland McGrath <roland@redhat.com>
[deliverable/binutils-gdb.git] / include / mpw / utime.h
CommitLineData
252b5132
RH
1
2struct utimbuf {
3 time_t actime;
4 time_t modtime;
5};
6
7int utime (char *, struct utimbuf *);
This page took 0.180598 seconds and 4 git commands to generate.