HPGCC3 Documentation 3.0 R003
|
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) |
The Time Library for HP49 gcc.
Definition in file time.h.
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 * | ) |