25 #ifndef TIMEUTILS_NAMES_H_INCLUDED
26 #define TIMEUTILS_NAMES_H_INCLUDED
28 #define MONTH_NAME_ABBREV_LEN 3
29 #define WEEKDAY_NAME_ABBREV_LEN 3
const char * month_names_abbrev[]
Definition: names.c:25
const char * weekday_names_abbrev[]
Definition: names.c:35
const char * weekday_names[]
Definition: names.c:40
const char * month_names[]
Definition: names.c:30