File tree 5 files changed +5
-0
lines changed
5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -259,6 +259,7 @@ extern "C" {
259
259
) -> :: size_t ;
260
260
261
261
pub fn memchr ( cx : * const c_void , c : c_int , n : size_t ) -> * mut c_void ;
262
+ pub fn wmemchr ( cx : * const wchar_t , c : wchar_t , n : size_t ) -> * mut wchar_t ;
262
263
pub fn memcmp ( cx : * const c_void , ct : * const c_void , n : size_t ) -> c_int ;
263
264
pub fn memcpy (
264
265
dest : * mut c_void ,
Original file line number Diff line number Diff line change @@ -3401,6 +3401,7 @@ extern "C" {
3401
3401
) -> :: size_t ;
3402
3402
3403
3403
pub fn memchr ( cx : * const c_void , c : c_int , n : size_t ) -> * mut c_void ;
3404
+ pub fn wmemchr ( cx : * const wchar_t , c : wchar_t , n : size_t ) -> * mut wchar_t ;
3404
3405
pub fn memcmp ( cx : * const c_void , ct : * const c_void , n : size_t ) -> c_int ;
3405
3406
pub fn memcpy (
3406
3407
dest : * mut c_void ,
Original file line number Diff line number Diff line change @@ -546,6 +546,7 @@ extern "C" {
546
546
) -> :: size_t ;
547
547
548
548
pub fn memchr ( cx : * const c_void , c : c_int , n : size_t ) -> * mut c_void ;
549
+ pub fn wmemchr ( cx : * const wchar_t , c : wchar_t , n : size_t ) -> * mut wchar_t ;
549
550
pub fn memcmp ( cx : * const c_void , ct : * const c_void , n : size_t ) -> c_int ;
550
551
pub fn memcpy (
551
552
dest : * mut c_void ,
Original file line number Diff line number Diff line change @@ -1173,6 +1173,7 @@ extern "C" {
1173
1173
) -> :: size_t ;
1174
1174
1175
1175
pub fn memchr ( cx : * const c_void , c : c_int , n : size_t ) -> * mut c_void ;
1176
+ pub fn wmemchr ( cx : * const wchar_t , c : wchar_t , n : size_t ) -> * mut wchar_t ;
1176
1177
pub fn memcmp ( cx : * const c_void , ct : * const c_void , n : size_t ) -> c_int ;
1177
1178
pub fn memcpy (
1178
1179
dest : * mut c_void ,
Original file line number Diff line number Diff line change @@ -378,6 +378,7 @@ extern "C" {
378
378
) -> :: size_t ;
379
379
380
380
pub fn memchr ( cx : * const c_void , c : c_int , n : size_t ) -> * mut c_void ;
381
+ pub fn wmemchr ( cx : * const wchar_t , c : wchar_t , n : size_t ) -> * mut wchar_t ;
381
382
pub fn memcmp ( cx : * const c_void , ct : * const c_void , n : size_t ) -> c_int ;
382
383
pub fn memcpy (
383
384
dest : * mut c_void ,
You can’t perform that action at this time.
0 commit comments