pspsdk-1.0+beta2
time.h File Reference
#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.

Data Structures

struct  tm

Macros

#define __clock_t_defined
#define __time_t_defined

Typedefs

typedef unsigned long clock_t
typedef unsigned long time_t

Functions

clock_t clock ()
time_t time (time_t *t)
double difftime (time_t time1, time_t time0)
time_t mktime (struct tm *timeptr)
char * asctime (const struct tm *timeptr)
char * ctime (const time_t *timep)
struct tmgmtime (const time_t *timep)
struct tmlocaltime (const time_t *timep)
size_t strftime (char *s, size_t max, const char *format, const struct tm *tm)

Macro Definition Documentation

#define __clock_t_defined
#define __time_t_defined

Typedef Documentation

typedef unsigned long clock_t
typedef unsigned long time_t

Function Documentation

char* asctime ( const struct tm timeptr)
clock_t clock ( )
char* ctime ( const time_t timep)
double difftime ( time_t  time1,
time_t  time0 
)
struct tm* gmtime ( const time_t timep)
read
struct tm* localtime ( const time_t timep)
read
time_t mktime ( struct tm timeptr)
size_t strftime ( char *  s,
size_t  max,
const char *  format,
const struct tm tm 
)
time_t time ( time_t t)