libc_time.h 154 B

123456789
  1. #ifndef LIBC_TIME_H_
  2. #define LIBC_TIME_H_
  3. #include <limits.h>
  4. #include <time.h>
  5. int __secs_to_tm(long long t, struct tm *tm);
  6. #endif /* LIBC_TIME_H_ */