File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments