1libintl.h(3HEAD) Headers libintl.h(3HEAD)
2
3
4
6 libintl.h, libintl - international messaging
7
9 #include <libintl.h>
10
11
13 The <libintl.h> header provides the following macro:
14
15 GNU_GETTEXT_SUPPORTED_REVISION(major)
16
17 This macro returns the maximum minor revision number supported for
18 the specified major revision of the GNU MO file format.
19
20
22 See attributes(5) for descriptions of the following attributes:
23
24
25
26
27 ┌─────────────────────────────┬─────────────────────────────┐
28 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
29 ├─────────────────────────────┼─────────────────────────────┤
30 │Interface Stability │Uncommitted │
31 └─────────────────────────────┴─────────────────────────────┘
32
34 gettext(3C), attributes(5)
35
36
37
38SunOS 5.11 20 May 2008 libintl.h(3HEAD)