blob: 164a18aeb4efbbf2799c6bb805db6cc9d5479182 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#include <locale.h>
#define LC_ALL (0)
/** all locale categories **/
/***
is used as the ARGUMENT(category) in a call to FUNCTION(setlocale) to operate
on all categories of the current locale.
***/
/*
STDC(1)
*/
|