#include <nlibc.h>
#include <stddef.h>
Include dependency graph for time.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | tm |
Defines | |
#define | CLOCKS_PER_SEC 1000000l |
Typedefs | |
typedef unsigned | clock_t |
typedef unsigned | time_t |
Functions | |
clock_t | clock (void) |
double | difftime (time_t time1, time_t time0) |
time_t | mktime (struct tm *timeptr) |
time_t | time (time_t *timer) |
char * | asctime (const struct tm *timeptr) |
char * | ctime (const time_t *timer) |
tm * | gmtime (const time_t *timer) |
tm * | localtime (const time_t *timer) |
size_t | strftime (char *restrict s, size_t maxsize, const char *restrict format) |
|
|
|
Definition at line 52 of file time.h. Referenced by times(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|