<time.h>
The <time.h> include file declares the time and date functions:
|
Note: 1 These functions are not available when LOCALETYPE(*CLD) is specified on the
compilation command.
|
||||
The <time.h> include file also provides:
- A structure
tmthat contains the components of a calendar time. See gmtime() — Convert Time for a list of thetmstructure members. - A macro
CLOCKS_PER_SECequal to the number per second of the value that is returned by theclockfunction. - Types
clock_t,time_t,time64_t, andsize_t. - The
NULLpointer value.
For more information about NULL and the type size_t, see <stddef.h>.