You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gnucash/lib/goffice/split/dates.h

10 lines
199 B

#ifndef GNUMERIC_DATES_H
#define GNUMERIC_DATES_H
extern const char *day_short [];
extern const char *day_long [];
extern const char *month_short [];
extern const char *month_long [];
#endif