FreeBASIC  0.91.0
_FB_LOCALE_INFOS Struct Reference

#include <fb_private_intl.h>

Data Fields

int country_code
 
const char * apszNamesMonthLong [12]
 
const char * apszNamesMonthShort [12]
 
const char * apszNamesWeekdayLong [7]
 
const char * apszNamesWeekdayShort [7]
 

Detailed Description

Definition at line 2 of file fb_private_intl.h.

Field Documentation

const char* _FB_LOCALE_INFOS::apszNamesMonthLong[12]

Definition at line 4 of file fb_private_intl.h.

const char* _FB_LOCALE_INFOS::apszNamesMonthShort[12]

Definition at line 5 of file fb_private_intl.h.

const char* _FB_LOCALE_INFOS::apszNamesWeekdayLong[7]

Definition at line 6 of file fb_private_intl.h.

const char* _FB_LOCALE_INFOS::apszNamesWeekdayShort[7]

Definition at line 7 of file fb_private_intl.h.

int _FB_LOCALE_INFOS::country_code

Definition at line 3 of file fb_private_intl.h.


The documentation for this struct was generated from the following file: