ReactOS 0.4.15-dev-8064-gdaf8068
lconv Struct Reference

#include <locale.h>

Public Attributes

chardecimal_point
 
charthousands_sep
 
chargrouping
 
charint_curr_symbol
 
charcurrency_symbol
 
charmon_decimal_point
 
charmon_thousands_sep
 
charmon_grouping
 
charpositive_sign
 
charnegative_sign
 
char int_frac_digits
 
char frac_digits
 
char p_cs_precedes
 
char p_sep_by_space
 
char n_cs_precedes
 
char n_sep_by_space
 
char p_sign_posn
 
char n_sign_posn
 

Detailed Description

Definition at line 29 of file locale.h.

Member Data Documentation

◆ currency_symbol

char* lconv::currency_symbol

Definition at line 34 of file locale.h.

◆ decimal_point

char* lconv::decimal_point

Definition at line 30 of file locale.h.

◆ frac_digits

char lconv::frac_digits

Definition at line 41 of file locale.h.

◆ grouping

char* lconv::grouping

Definition at line 32 of file locale.h.

◆ int_curr_symbol

char* lconv::int_curr_symbol

Definition at line 33 of file locale.h.

◆ int_frac_digits

char lconv::int_frac_digits

Definition at line 40 of file locale.h.

◆ mon_decimal_point

char* lconv::mon_decimal_point

Definition at line 35 of file locale.h.

◆ mon_grouping

char* lconv::mon_grouping

Definition at line 37 of file locale.h.

◆ mon_thousands_sep

char* lconv::mon_thousands_sep

Definition at line 36 of file locale.h.

◆ n_cs_precedes

char lconv::n_cs_precedes

Definition at line 44 of file locale.h.

◆ n_sep_by_space

char lconv::n_sep_by_space

Definition at line 45 of file locale.h.

◆ n_sign_posn

char lconv::n_sign_posn

Definition at line 47 of file locale.h.

◆ negative_sign

char* lconv::negative_sign

Definition at line 39 of file locale.h.

◆ p_cs_precedes

char lconv::p_cs_precedes

Definition at line 42 of file locale.h.

◆ p_sep_by_space

char lconv::p_sep_by_space

Definition at line 43 of file locale.h.

◆ p_sign_posn

char lconv::p_sign_posn

Definition at line 46 of file locale.h.

◆ positive_sign

char* lconv::positive_sign

Definition at line 38 of file locale.h.

◆ thousands_sep

char* lconv::thousands_sep

Definition at line 31 of file locale.h.


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