1clock_t(3type)                                                  clock_t(3type)
2
3
4

NAME

6       clock_t - system time
7

LIBRARY

9       Standard C library (libc)
10

SYNOPSIS

12       #include <time.h>
13
14       typedef /* ... */ clock_t;
15

DESCRIPTION

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

STANDARDS

22       C11, POSIX.1-2008.
23

HISTORY

25       C89, POSIX.1-2001.
26

NOTES

28       The  following  headers  also  provide  this  type:  <sys/types.h>  and
29       <sys/time.h>.
30

SEE ALSO

32       times(2), clock(3)
33
34
35
36Linux man-pages 6.05              2023-03-30                    clock_t(3type)
Impressum