ReactOS 0.4.15-dev-7958-gcd0bb1a
MSVCRT_lconv Struct Reference

#include <msvcrt.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 313 of file msvcrt.h.

Member Data Documentation

◆ currency_symbol

char * MSVCRT_lconv::currency_symbol

Definition at line 318 of file msvcrt.h.

◆ decimal_point

char * MSVCRT_lconv::decimal_point

Definition at line 314 of file msvcrt.h.

◆ frac_digits

char MSVCRT_lconv::frac_digits

Definition at line 325 of file msvcrt.h.

◆ grouping

char * MSVCRT_lconv::grouping

Definition at line 316 of file msvcrt.h.

◆ int_curr_symbol

char * MSVCRT_lconv::int_curr_symbol

Definition at line 317 of file msvcrt.h.

◆ int_frac_digits

char MSVCRT_lconv::int_frac_digits

Definition at line 324 of file msvcrt.h.

◆ mon_decimal_point

char * MSVCRT_lconv::mon_decimal_point

Definition at line 319 of file msvcrt.h.

◆ mon_grouping

char * MSVCRT_lconv::mon_grouping

Definition at line 321 of file msvcrt.h.

◆ mon_thousands_sep

char * MSVCRT_lconv::mon_thousands_sep

Definition at line 320 of file msvcrt.h.

◆ n_cs_precedes

char MSVCRT_lconv::n_cs_precedes

Definition at line 328 of file msvcrt.h.

◆ n_sep_by_space

char MSVCRT_lconv::n_sep_by_space

Definition at line 329 of file msvcrt.h.

◆ n_sign_posn

char MSVCRT_lconv::n_sign_posn

Definition at line 331 of file msvcrt.h.

◆ negative_sign

char * MSVCRT_lconv::negative_sign

Definition at line 323 of file msvcrt.h.

◆ p_cs_precedes

char MSVCRT_lconv::p_cs_precedes

Definition at line 326 of file msvcrt.h.

◆ p_sep_by_space

char MSVCRT_lconv::p_sep_by_space

Definition at line 327 of file msvcrt.h.

◆ p_sign_posn

char MSVCRT_lconv::p_sign_posn

Definition at line 330 of file msvcrt.h.

◆ positive_sign

char * MSVCRT_lconv::positive_sign

Definition at line 322 of file msvcrt.h.

◆ thousands_sep

char * MSVCRT_lconv::thousands_sep

Definition at line 315 of file msvcrt.h.


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