1clock_t(3type) clock_t(3type)
2
3
4
6 clock_t - system time
7
9 Standard C library (libc)
10
12 #include <time.h>
13
14 typedef /* ... */ clock_t;
15
17 Used for system time in clock ticks or CLOCKS_PER_SEC (defined in
18 <time.h>). According to POSIX, it is an integer type or a real-floatā
19 ing type.
20
22 C11, POSIX.1-2008.
23
25 C89, POSIX.1-2001.
26
28 The following headers also provide this type: <sys/types.h> and
29 <sys/time.h>.
30
32 times(2), clock(3)
33
34
35
36Linux man-pages 6.04 2023-03-30 clock_t(3type)