This documentation is copyright © 1998-2001 Sandro Sigala <sandro@sigala.it>. All rights reserved. Released under the GNU General Public License.
![]() |
![]() |
![]() |
![]() |
<time.h>
Header<time.h>
header.
CLOCKS_PER_SEC | The number of time units per second |
NULL | The null pointer constant |
clock_t | The implementator defined processor time type |
time_t | The current calendar time type |
size_t | The size type |
tm | The broken-down time structure |
clock | Returns an approximation to the processor time |
difftime | Computes difference between two calendar times |
mktime | Converts broken-down structure into arithmetic calendar time |
time | Returns the current calendar time |
asctime | Returns a pointer to a printable date and time string |
ctime | Returns a pointer to a printable date and time string |
gmtime | Converts arithmetic calendar time into a broken-down structure |
localtime | Converts arithmetic calendar time into a broken-down structure |
strftime | Formats a string |