HOPS
HOPS class reference
|
Macros | |
#define | ITOA(s, i) sprintf(s, "%d", i) |
#define | NSTAT 0 |
#define | SC static |
#define | STATIC static |
Functions | |
HTLdbl | atomin (char *string) |
SC void | cpy0p () |
STATIC void | cpy0p (char *dest, char *src, int n) |
int | day_of_jd (long int jd) |
char ** | degdms (int pre, HTLdbl x) |
char * | jdstr (long int jd) |
long int | julday (int y, int m, int d) |
SC int | leapyr () |
STATIC int | leapyr (int y) |
int | month_of_jd (long int jd) |
char * | stoup (char *string) |
char * | timstr (HTLdbl m) |
int | year_of_jd (long int jd) |
Variables | |
STATIC struct month | calndr [] |
#define ITOA | ( | s, | |
i | |||
) | sprintf(s, "%d", i) |
#define NSTAT 0 |
#define SC static |
#define STATIC static |
HTLdbl atomin | ( | char * | string | ) |
SC void cpy0p | ( | ) |
STATIC void cpy0p | ( | char * | dest, |
char * | src, | ||
int | n | ||
) |
int day_of_jd | ( | long int | jd | ) |
char** degdms | ( | int | pre, |
HTLdbl | x | ||
) |
char* jdstr | ( | long int | jd | ) |
long int julday | ( | int | y, |
int | m, | ||
int | d | ||
) |
SC int leapyr | ( | ) |
STATIC int leapyr | ( | int | y | ) |
int month_of_jd | ( | long int | jd | ) |
char* stoup | ( | char * | string | ) |
char* timstr | ( | HTLdbl | m | ) |
int year_of_jd | ( | long int | jd | ) |
STATIC struct month calndr[] |