time.h 173 B

12345678910111213141516
  1. #ifndef __GBLIBC_TIME_H
  2. #define __GBLIBC_TIME_H
  3. #include <sys/types.h>
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. typedef size_t time_t;
  8. #ifdef __cplusplus
  9. }
  10. #endif
  11. #endif