Main Page | Alphabetical List | Class List | File List | Class Members | File Members

time.h File Reference

#include <nlibc.h>
#include <stddef.h>

Include dependency graph for time.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

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)
tmgmtime (const time_t *timer)
tmlocaltime (const time_t *timer)
size_t strftime (char *restrict s, size_t maxsize, const char *restrict format)


Define Documentation

#define CLOCKS_PER_SEC   1000000l
 

Definition at line 35 of file time.h.


Typedef Documentation

typedef unsigned clock_t
 

Definition at line 52 of file time.h.

Referenced by times().

typedef unsigned time_t
 

Definition at line 64 of file time.h.


Function Documentation

char* asctime const struct tm timeptr  ) 
 

clock_t clock void   ) 
 

char* ctime const time_t timer  ) 
 

double difftime time_t  time1,
time_t  time0
[inline]
 

Definition at line 143 of file time.h.

struct tm* gmtime const time_t timer  ) 
 

struct tm* localtime const time_t timer  ) 
 

time_t mktime struct tm timeptr  ) 
 

size_t strftime char *restrict  s,
size_t  maxsize,
const char *restrict  format
 

time_t time time_t timer  ) 
 


Generated on Mon Feb 20 15:54:54 2006 for nlibc by doxygen 1.3.5