Header File <time.h>
The header file provides the following functionality:
- Macros
-
CLOCKS_PER_SEC
- Types
-
clock_t
time_t
- Structures
-
struct tm;
- Functions
-
clock_t clock(
void );
char *asctime(
const struct tm *tp );
- Limitations
-
-
- Missing
-
Functions time , difftime , mktime ,
ctime , gmtime , localtime and
strftime .
- Additions
-
-
- Notes
-
-
|