clock_t(3type) — Linux manual page

NAME | LIBRARY | SYNOPSIS | DESCRIPTION | STANDARDS | HISTORY | NOTES | SEE ALSO

clock_t(3type)                                            clock_t(3type)

NAME         top

       clock_t - system time

LIBRARY         top

       Standard C library (libc)

SYNOPSIS         top

       #include <time.h>

       typedef /* ... */ clock_t;

DESCRIPTION         top

       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         top

       C11, POSIX.1-2008.

HISTORY         top

       C89, POSIX.1-2001.

NOTES         top

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

SEE ALSO         top

       times(2), clock(3)

Linux man-pages (unreleased)     (date)                   clock_t(3type)