blob: e3e706629d4f66ad608c3a5fb6811e1a6d63c1c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#include <locale.h>
#define LC_TIME (5)
/** locale time formatting category **/
/***
is used as the ARGUMENT(category) in a call to FUNCTION(setlocale) to operate
on the portion of the locale that affects formatting date and time values.
***/
/*
STDC(1)
*/
|