#include "qie.h"Variables | |
| const double | time_2_msecs_factors [N_FT_TIME_STRINGS] |
| const char * | key_time_str [] = {"H","MI","S","MC","d","h","m","s","c"} |
| const char * | rpt_time_chr [] = {"H", "I","S", "C","d","h","m","s","c"} |
| int | qie_days_in_month [2][13] |
| static char * | monthnames [13] |
| const char* key_time_str[] = {"H","MI","S","MC","d","h","m","s","c"} |
char* monthnames[13] [static] |
Initial value:
{
"", "JAN", "FEB", "MAR", "APR", "MAY",
"JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC" }
| int qie_days_in_month[2][13] |
Initial value:
{
{ 0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 },
{ 0, 31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }
}
| const char* rpt_time_chr[] = {"H", "I","S", "C","d","h","m","s","c"} |
| const double time_2_msecs_factors[N_FT_TIME_STRINGS] |
Initial value:
{
3600000,
60000,
1000,
1,
86400000,
3600000,
60000,
1000,
1
}
1.5.7