<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
asctime Function
clock Function
ctime Function
difftime Function
gmtime Function
localtime Function
mktime Function
strftime Function
time Function
Parent topic:
Standard C Libraries