Skip to content

Commit cb981cc

Browse files
[libc] added btowc to wchar.h generated header (#124168)
Fixes: #124152
1 parent d17e4ca commit cb981cc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

libc/include/wchar.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,9 @@ functions:
1515
return_type: int
1616
arguments:
1717
- type: wint_t
18+
- name: btowc
19+
standards:
20+
- stdc
21+
return_type: wint_t
22+
arguments:
23+
- type: int

0 commit comments

Comments
 (0)