File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -39,11 +39,11 @@ functions:
39
39
standards :
40
40
- stdc
41
41
return_type : const wchar_t *
42
- arguments :
42
+ arguments :
43
43
- type : const wchar_t *
44
44
- type : wchar_t
45
45
- name : wcsncmp
46
- standards :
46
+ standards :
47
47
- stdc
48
48
return_type : int
49
49
arguments :
@@ -75,52 +75,52 @@ functions:
75
75
standards :
76
76
- stdc
77
77
return_type : size_t
78
- arguments :
78
+ arguments :
79
79
- type : const wchar_t *
80
80
- type : const wchar_t *
81
81
- name : wmemcmp
82
82
standards :
83
83
- stdc
84
84
return_type : int
85
- arguments :
85
+ arguments :
86
86
- type : const wchar_t *
87
87
- type : const wchar_t *
88
88
- type : size_t
89
89
- name : wmempcpy
90
90
standards :
91
91
- gnu
92
- return_type : wchar_t *
93
- arguments :
92
+ return_type : wchar_t *
93
+ arguments :
94
94
- type : wchar_t *
95
95
- type : const wchar_t *
96
96
- type : size_t
97
97
- name : wmemcpy
98
98
standards :
99
99
- stdc
100
100
return_type : wchar_t *
101
- arguments :
101
+ arguments :
102
102
- type : __restrict wchar_t *
103
103
- type : const __restrict wchar_t *
104
104
- type : size_t
105
105
- name : wcsstr
106
106
standards :
107
107
- stdc
108
108
return_type : const wchar_t *
109
- arguments :
109
+ arguments :
110
110
- type : const wchar_t *
111
111
- type : const wchar_t *
112
112
- name : wcsncat
113
113
standards :
114
114
- stdc
115
115
return_type : wchar_t *
116
- arguments :
116
+ arguments :
117
117
- type : __restrict wchar_t *
118
118
- type : const __restrict wchar_t *
119
119
- type : size_t
120
120
- name : wcscpy
121
121
standards :
122
122
- stdc
123
123
return_type : wchar_t *
124
- arguments :
124
+ arguments :
125
125
- type : __restrict wchar_t *
126
126
- type : const __restrict wchar_t *
You can’t perform that action at this time.
0 commit comments