mirror of
https://github.com/pret/agbcc.git
synced 2026-07-23 18:50:28 -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 *);
|