Etiket arşivi: LC_CTYPE

Değişkenler ve Tanımlar

2.6.1 Variables and Definitions The lconv structure contains the following variables in any order. The use of this structure is described in 2.6.3 localeconv. char *decimal_point; char *thousands_sep; char *grouping; char *int_curr_symbol; char *currency_symbol; char *mon_decimal_point; char *mon_thousands_sep; char *mon_grouping; char *positive_sign; char … Okumaya devam et

Kütüphane, locale.h kategorisine gönderildi | , , , , , , , , , , , , , , , , , , , , , , , , ile etiketlendi | Yorum bırakın

setlocale

2.6.2 setlocale Declaration: char *setlocale(int category, const char *locale); Sets or reads location dependent information. category can be one of the following: LC_ALL Set everything. LC_COLLATE Affects strcoll and strxfrm functions. LC_CTYPE Affects all character functions. LC_MONETARY Affects the monetary information provided … Okumaya devam et

Kütüphane, locale.h kategorisine gönderildi | , , , , , , , , , , , , , , , ile etiketlendi | Yorum bırakın