time.h 139 B

1234567
  1. #ifndef _MACHTIME_H_
  2. #define _MACHTIME_H_
  3. #include <rtconfig.h>
  4. #define _CLOCKS_PER_SEC_ RT_TICK_PER_SECOND
  5. #endif /* _MACHTIME_H_ */