Joseph Huber | 78d8ab2 | 2024-08-22 17:58:46 | [diff] [blame] | 1 | header: locale.h |
Roland McGrath | 6ad0dcf | 2025-01-07 23:56:12 | [diff] [blame] | 2 | header_template: locale.h.def |
Alex Prabhat Bara | a255da0 | 2025-01-28 20:22:51 | [diff] [blame] | 3 | types: |
4 | - type_name: locale_t | ||||
5 | - type_name: struct_lconv | ||||
Joseph Huber | 78d8ab2 | 2024-08-22 17:58:46 | [diff] [blame] | 6 | functions: |
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 |