HPGCC3 Documentation 3.0 R003

time.h File Reference

The Time Library for HP49 gcc. More...

Go to the source code of this file.

Data Structures

struct  tm

Defines

#define CLOCKS_PER_SEC   60
#define NULL   ((void *)0)
#define _TIME_T
#define _CLOCK_T
#define isotime_r(tm, buf)   _isotime_r((tm),0,(buf))

Typedefs

typedef long time_t
typedef long clock_t

Functions

void sys_tm_RTC (struct tm *)
char * _isotime_r (const struct tm *, int strict_iso, char *buf)
char * asctime_r (const struct tm *, char *buf)

Detailed Description

The Time Library for HP49 gcc.

Definition in file time.h.


Define Documentation

#define _CLOCK_T

Definition at line 36 of file time.h.

#define _TIME_T

Definition at line 31 of file time.h.

#define CLOCKS_PER_SEC   60

Definition at line 19 of file time.h.

#define isotime_r (   tm,
  buf 
)    _isotime_r((tm),0,(buf))

Definition at line 56 of file time.h.

#define NULL   ((void *)0)

Definition at line 26 of file time.h.


Typedef Documentation

typedef long clock_t

Definition at line 37 of file time.h.

typedef long time_t

Definition at line 32 of file time.h.


Function Documentation

char* _isotime_r ( const struct tm ,
int  strict_iso,
char *  buf 
)
char* asctime_r ( const struct tm ,
char *  buf 
)
void sys_tm_RTC ( struct tm )