[libc++][Android] Allow testing libc++ with clang-r536225 (#116149)
[llvm-project.git] / libc / newhdrgen / yaml / locale.yaml
blob7da7966ea730f665bc81ec21d258c8ff65d3ff98
1 header: locale.h
2 functions:
3   - name: localeconv
4     standards:
5       - stdc
6     return_type: struct lconv *
7     arguments:
8       - type: void
9   - name: duplocale
10     standards:
11       - stdc
12     return_type: locale_t
13     arguments:
14       - type: locale_t
15   - name: freelocale
16     standards:
17       - stdc
18     return_type: void
19     arguments:
20       - type: locale_t
21   - name: newlocale
22     standards:
23       - stdc
24     return_type: locale_t
25     arguments:
26       - type: int
27       - type: const char *
28       - type: locale_t
29   - name: setlocale
30     standards:
31       - stdc
32     return_type: char *
33     arguments:
34       - type: int
35       - type: const char *
36   - name: uselocale
37     standards:
38       - stdc
39     return_type: locale_t
40     arguments:
41       - type: locale_t