Main Page   Compound List   File List   Header Files   File Members  

time.h File Reference

Sort of ANSI compliant time functions. More...


Typedefs

typedef UINT16 time_t

Functions

clock_t clock (void)
The clock() function returns an approximation of processor time used by the program. More...

time_t time (time_t *t)


Detailed Description

Sort of ANSI compliant time functions.

Function Documentation

clock_t clock (void)

The clock() function returns an approximation of processor time used by the program.

The value returned is the CPU time used so far as a clock_t; to get the number of seconds used, divide by CLOCKS_PER_SEC.


Generated at Sun May 7 12:17:00 2000 for gbdk-lib by doxygen 1.0.0 written by Dimitri van Heesch, © 1997-1999