clock_t

Section: Misc. Reference Manual Pages (3type)
Updated: 2022-10-30
Index Return to Main Contents
 

NAME

clock_t - system time  

LIBRARY

Standard C library (libc)  

SYNOPSIS

#include <time.h>

typedef /* ... */ clock_t;
 

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

C99 and later; POSIX.1-2001 and later.  

NOTES

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

SEE ALSO

times(2), clock(3)


 

Index

NAME
LIBRARY
SYNOPSIS
DESCRIPTION
STANDARDS
NOTES
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 14:20:10 GMT, May 18, 2024