mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-19 21:32:34 +03:00
13 lines
197 B
C
13 lines
197 B
C
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include <_ansi.h>
|
|
|
|
/* The utime function is defined in libc/sys/<arch>/sys if it exists. */
|
|
#include <sys/utime.h>
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|