1 '\" te
2 .\"
3 .\" This file and its contents are supplied under the terms of the
4 .\" Common Development and Distribution License ("CDDL"), version 1.0.
5 .\" You may only use this file in accordance with the terms of version
6 .\" 1.0 of the CDDL.
7 .\"
8 .\" A full copy of the text of the CDDL should have accompanied this
9 .\" source. A copy of the CDDL is also available via the Internet at
10 .\" http://www.illumos.org/license/CDDL.
11 .\"
12 .\"
13 .\" Copyright 2014 Garrett D'Amore <garrett@damore.org>
14 .\"
15 .TH XLOCALE.H 3HEAD "Jun 26, 2014"
16 .SH NAME
17 xlocale.h, xlocale \- extended locale support
18 .SH SYNOPSIS
19 .LP
20 .nf
21 #include <\fBxlocale.h\fR>
22 .fi
23 .SH DESCRIPTION
24 .LP
25 The
26 .RB < xlocale.h >
27 header supplies prototypes for various functions that operate
28 using the
29 .B locale_t
30 structure but which are not specified as part of any formal standard.
31 Their location in this header follows the convention established by
32 other operating systems.
33 .LP
34 As none of the definitions supplied in this header, nor this
35 header itself, are specified in any standard, their use should
36 be avoided in portable applications.
37 .SH ATTRIBUTES
38 .LP
39 See
40 .BR attributes (5)
41 for descriptions of the following attributes:
42 .TS
43 box;
44 c | c
45 l | l .
46 ATTRIBUTE TYPE ATTRIBUTE VALUE
47 _
48 Interface Stability Uncommitted
49 .TE
50
51 .SH SEE ALSO
52 .LP
53 .BR newlocale (3C),
54 .BR setlocale (3C),
55 .BR uselocale (3C),
56 .BR locale (3HEAD),
57 .BR attributes (5),
58 .BR locale (5),
59 .BR standards (5)