mirror of
https://github.com/pret/agbcc.git
synced 2026-07-11 15:25:45 -05:00
8 lines
95 B
C
Executable File
8 lines
95 B
C
Executable File
|
|
struct utimbuf {
|
|
time_t actime;
|
|
time_t modtime;
|
|
};
|
|
|
|
int utime (char *, struct utimbuf *);
|