xref: /llvm-project/libc/include/wchar.yaml (revision 631a6e0004e57ca85569b99ea411418627925697)
1header: wchar.h
2header_template: wchar.h.def
3macros: []
4types:
5  - type_name: size_t
6  - type_name: wint_t
7  - type_name: wchar_t
8  - type_name: mbstate_t
9enums: []
10objects: []
11functions:
12  - name: wcslen
13    standards:
14      - stdc
15    return_type: size_t
16    arguments:
17      - type: const wchar_t *
18  - name: wctob
19    standards:
20      - stdc
21    return_type: int
22    arguments:
23      - type: wint_t
24  - name: btowc
25    standards:
26      - stdc
27    return_type: wint_t
28    arguments:
29      - type: int
30