Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- #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
|