Skip to content

Commit eacce44

Browse files
author
Sriya Pratipati
committed
alphabetized yaml
1 parent 6a55826 commit eacce44

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

libc/include/wchar.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,16 @@ functions:
5353
- type: wchar_t *__restrict
5454
- type: const char *__restrict
5555
- type: size_t
56-
- name: mbstowcs
56+
- name: mbsnrtowcs
5757
standards:
5858
- stdc
5959
return_type: size_t
6060
arguments:
6161
- type: wchar_t *__restrict
62-
- type: const char *__restrict
62+
- type: const char **__restrict
63+
- type: size_t
6364
- type: size_t
65+
- type: mbstate_t *__restrict
6466
- name: mbsrtowcs
6567
standards:
6668
- stdc
@@ -70,16 +72,14 @@ functions:
7072
- type: const char **__restrict
7173
- type: size_t
7274
- type: mbstate_t *__restrict
73-
- name: mbsnrtowcs
75+
- name: mbstowcs
7476
standards:
7577
- stdc
7678
return_type: size_t
7779
arguments:
7880
- type: wchar_t *__restrict
79-
- type: const char **__restrict
80-
- type: size_t
81+
- type: const char *__restrict
8182
- type: size_t
82-
- type: mbstate_t *__restrict
8383
- name: wmemset
8484
standards:
8585
- stdc

0 commit comments

Comments
 (0)