blob: 2708525c1b0c2bc745d2f42428a1162329a31cd7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#include <locale.h>
#define LC_COLLATE (1)
/** locale collation category **/
/***
is used as the ARGUMENT(category) in a call to FUNCTION(setlocale) to operate
on the portion of the locale that affects sorting and collating strings.
***/
/*
STDC(1)
*/
|