blob: 6c71b70e59f0b6f984992a79541e01142721ea4d [file] [log] [blame]
Joseph Huber78d8ab22024-08-22 17:58:461header: locale.h
Roland McGrath6ad0dcf2025-01-07 23:56:122header_template: locale.h.def
Alex Prabhat Baraa255da02025-01-28 20:22:513types:
4 - type_name: locale_t
5 - type_name: struct_lconv
Joseph Huber78d8ab22024-08-22 17:58:466functions:
7 - name: localeconv
8 standards:
9 - stdc
10 return_type: struct lconv *
11 arguments:
12 - type: void
13 - name: duplocale
14 standards:
15 - stdc
16 return_type: locale_t
17 arguments:
18 - type: locale_t
19 - name: freelocale
20 standards:
21 - stdc
22 return_type: void
23 arguments:
24 - type: locale_t
25 - name: newlocale
26 standards:
27 - stdc
28 return_type: locale_t
29 arguments:
30 - type: int
31 - type: const char *
32 - type: locale_t
33 - name: setlocale
34 standards:
35 - stdc
36 return_type: char *
37 arguments:
38 - type: int
39 - type: const char *
40 - name: uselocale
41 standards:
42 - stdc
43 return_type: locale_t
44 arguments:
45 - type: locale_t