FreeBASIC  0.91.0
intl_getmonthname.c File Reference
#include "fb.h"
Include dependency graph for intl_getmonthname.c:

Go to the source code of this file.

Functions

FBSTRINGfb_IntlGetMonthName (int month, int short_names, int disallow_localized)
 

Variables

static const char * pszMonthNamesLong [12]
 
static const char * pszMonthNamesShort [12]
 

Function Documentation

FBSTRING* fb_IntlGetMonthName ( int  month,
int  short_names,
int  disallow_localized 
)

Definition at line 36 of file intl_getmonthname.c.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

const char* pszMonthNamesLong[12]
static
Initial value:
= {
"January",
"February",
"March",
"April",
"May",
"June",
"July",
"August",
"September",
"October",
"November",
"December"
}

Definition at line 5 of file intl_getmonthname.c.

const char* pszMonthNamesShort[12]
static
Initial value:
= {
"Jan",
"Feb",
"Mar",
"Apr",
"May",
"Jun",
"Jul",
"Aug",
"Sep",
"Oct",
"Nov",
"Dec"
}

Definition at line 20 of file intl_getmonthname.c.