2024-06-28 22:42:35 +00:00
|
|
|
header: wchar.h
|
2025-01-07 15:56:12 -08:00
|
|
|
header_template: wchar.h.def
|
2024-06-28 22:42:35 +00:00
|
|
|
macros: []
|
|
|
|
|
types:
|
|
|
|
|
- type_name: size_t
|
|
|
|
|
- type_name: wint_t
|
|
|
|
|
- type_name: wchar_t
|
2024-07-17 16:56:18 -07:00
|
|
|
- type_name: mbstate_t
|
2024-06-28 22:42:35 +00:00
|
|
|
enums: []
|
|
|
|
|
objects: []
|
|
|
|
|
functions:
|
2025-01-23 13:33:04 -08:00
|
|
|
- name: wcslen
|
|
|
|
|
standards:
|
|
|
|
|
- stdc
|
|
|
|
|
return_type: size_t
|
|
|
|
|
arguments:
|
|
|
|
|
- type: const wchar_t *
|
2024-06-28 22:42:35 +00:00
|
|
|
- name: wctob
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-06-28 22:42:35 +00:00
|
|
|
- stdc
|
|
|
|
|
return_type: int
|
|
|
|
|
arguments:
|
|
|
|
|
- type: wint_t
|
2025-01-24 00:55:14 +05:30
|
|
|
- name: btowc
|
|
|
|
|
standards:
|
|
|
|
|
- stdc
|
|
|
|
|
return_type: wint_t
|
|
|
|
|
arguments:
|
|
|
|
|
- type: int
|