mirror of
https://github.com/pret/agbcc.git
synced 2026-03-22 01:54:15 -05:00
11 lines
165 B
C
11 lines
165 B
C
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
/* The utime function is defined in libc/sys/<arch>/sys if it exists. */
|
|
#include <sys/utime.h>
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|