FreeBASIC  0.91.0
fb_private_intl.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  _FB_LOCALE_INFOS
 
struct  _DOS_COUNTRY_INFO_GENERAL
 

Typedefs

typedef struct _FB_LOCALE_INFOS FB_LOCALE_INFOS
 
typedef struct
_DOS_COUNTRY_INFO_GENERAL 
DOS_COUNTRY_INFO_GENERAL
 

Functions

int fb_hIntlGetInfo (DOS_COUNTRY_INFO_GENERAL *pInfo)
 

Variables

const FB_LOCALE_INFOS __fb_locale_infos []
 
const size_t __fb_locale_info_count
 
struct _DOS_COUNTRY_INFO_GENERAL FBPACKED
 

Typedef Documentation

Definition at line 33 of file fb_private_intl.h.

Function Documentation

int fb_hIntlGetInfo ( DOS_COUNTRY_INFO_GENERAL pInfo)

Definition at line 8 of file drv_intl.c.

Here is the caller graph for this function:

Variable Documentation

const size_t __fb_locale_info_count

Definition at line 107 of file drv_intl_data.c.

const FB_LOCALE_INFOS __fb_locale_infos[]

Definition at line 6 of file drv_intl_data.c.

struct _DOS_COUNTRY_INFO_GENERAL FBPACKED