ILE C/C++ Run-Time Library Functions


<time.h>

The <time.h> include file declares the time and date functions:

asctime
asctime_r
clock
ctime
ctime_r
difftime
gmtime
gmtime_r
localtime
localtime_r
mktime
strftime
strptime1
time
Note:
These functions are not available when LOCALETYPE(*CLD) is specified on the compilation command.

The <time.h> include file also provides:

For more information on NULL and the type size_t, see <stddef.h>.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]