<time.h> Date and Time Functions
The header file
time.h
consists of types, macros and functions that manipulate date and time.
time.h Types and Macros
size_t Type
CLOCKS_PER_SEC Macro
NULL Macro
asctime Function
clock Function
ctime Function
difftime Function
gmtime Function
localtime Function
mktime Function
strftime Function
time Function
Parent topic:
Standard C Library Headers