|
FreeBASIC
0.91.0
|
#include "fb.h"
Go to the source code of this file.
Functions | |
| FBSTRING * | fb_IntlGetWeekdayName (int weekday, int short_names, int disallow_localized) |
Variables | |
| static const char * | pszWeekdayNamesLong [7] |
| static const char * | pszWeekdayNamesShort [7] |
| FBSTRING* fb_IntlGetWeekdayName | ( | int | weekday, |
| int | short_names, | ||
| int | disallow_localized | ||
| ) |
Definition at line 26 of file intl_getweekdayname.c.


|
static |
Definition at line 5 of file intl_getweekdayname.c.
|
static |
Definition at line 15 of file intl_getweekdayname.c.