mirror of
https://github.com/rtlduino/RTL8710AF_GCC.git
synced 2024-11-26 10:54:14 +00:00
13 lines
185 B
C
13 lines
185 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
|