time.h 224 B

123456789101112131415161718
  1. #ifndef __GBLIBC_TIME_H_
  2. #define __GBLIBC_TIME_H_
  3. #include <stdint.h>
  4. #include <bits/alltypes.h>
  5. #ifdef __cplusplus
  6. extern "C" {
  7. #endif
  8. #define CLOCK_REALTIME 0
  9. typedef int clockid_t;
  10. #ifdef __cplusplus
  11. }
  12. #endif
  13. #endif