Files
2025-10-25 03:02:53 +03:00

21 lines
988 B
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[clocale.syn]
# 28 Text processing library [[text]](./#text)
## 28.3 Localization library [[localization]](localization#clocale.syn)
### 28.3.5 C library locales [[c.locales]](c.locales#clocale.syn)
#### 28.3.5.1 Header <clocale> synopsis [clocale.syn]
[🔗](#lib:lconv)
namespace std {struct lconv; char* setlocale(int category, const char* locale);
lconv* localeconv();}#define NULL *see [[support.types.nullptr]](support.types.nullptr "17.2.3Null pointers")*#define LC_ALL *see below*#define LC_COLLATE *see below*#define LC_CTYPE *see below*#define LC_MONETARY *see below*#define LC_NUMERIC *see below*#define LC_TIME *see below*
[1](#1)
[#](http://github.com/Eelis/draft/tree/9adde4bc1c62ec234483e63ea3b70a59724c745a/source/text.tex#L4920)
The contents and meaning of the header <clocale> are the same as the C standard library header [<locale.h>](support.c.headers.general#header:%3clocale.h%3e "17.15.1General[support.c.headers.general]")[.](#1.sentence-1)