$manlookup

clock_t

(3type)

system time

Library functionsmanpages-dev 6.9.1-1
#include <time.h> typedef /* ... */ clock_t;

LIBRARY

Standard C library (libc)

DESCRIPTION

Used for system time in clock ticks or CLOCKS_PER_SEC (defined in <time.h>). According to POSIX, it is an integer type or a real-floating type.

STANDARDS

C11, POSIX.1-2008.

HISTORY

C89, POSIX.1-2001.

NOTES

The following headers also provide this type: <sys/types.h> and <sys/times.h>.

See also