|
FreeBASIC
0.91.0
|

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 struct _DOS_COUNTRY_INFO_GENERAL DOS_COUNTRY_INFO_GENERAL |
Definition at line 33 of file fb_private_intl.h.
| typedef struct _FB_LOCALE_INFOS FB_LOCALE_INFOS |
| int fb_hIntlGetInfo | ( | DOS_COUNTRY_INFO_GENERAL * | pInfo) |
| 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 |