PatchworkOS
Loading...
Searching...
No Matches
clock_t.h
Go to the documentation of this file.
1#ifndef _AUX_CLOCK_T_H
2#define _AUX_CLOCK_T_H 1
3
13typedef __UINT64_TYPE__ clock_t;
14
15#define CLOCKS_PER_SEC ((clock_t)1000000000ULL)
16#define CLOCKS_NEVER ((clock_t)__UINT64_MAX__)
17
18#endif
__UINT64_TYPE__ clock_t
A nanosecond time.
Definition clock_t.h:13