Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
$ cc filedate.c
(Bundled) cc: "filedate.c", line 1: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "filedate.c", line 3: error 1574: Unknown size for "filestats".
(Bundled) cc: "filedate.c", line 7: error 1588: "stderr" undefined.
(Bundled) cc: "filedate.c", line 13: error 1588: "stderr" undefined.
(Bundled) cc: "filedate.c", line 17: error 1530: Undefined struct or union.
(Bundled) cc: "filedate.c", line 17: error 1555: Address operator requires an lvalue.
time_t st_mtime; /* Last modification time */
time_t st_ctime; /* Last file status change time */