ReactOS
0.4.16-dev-1946-g52006dd
Functions
wcsncmp.cpp File Reference
#include <string.h>
Include dependency graph for wcsncmp.cpp:
Go to the source code of this file.
Functions
int
__cdecl
wcsncmp
(
wchar_t
const
*
a
,
wchar_t
const
*
b
,
size_t
count
)
Function Documentation
◆
wcsncmp()
int
__cdecl
wcsncmp
(
wchar_t
const
*
a
,
wchar_t
const
*
b
,
size_t
count
)
Definition at line
28
of file
wcsncmp.cpp
.
33
{
34
if
(
count
== 0)
35
return
0;
36
37
while
(--
count
!= 0 && *
a
&& *
a
== *
b
)
38
{
39
++
a
;
40
++
b
;
41
}
42
43
return
static_cast<
int
>
(*
a
- *
b
);
44
}
count
GLuint GLuint GLsizei count
Definition:
gl.h:1545
b
GLboolean GLboolean GLboolean b
Definition:
glext.h:6204
a
GLboolean GLboolean GLboolean GLboolean a
Definition:
glext.h:6204
a
#define a
Definition:
ke_i.h:78
b
#define b
Definition:
ke_i.h:79
sdk
lib
ucrt
string
wcsncmp.cpp
Generated on Thu Dec 4 2025 06:26:50 for ReactOS by
1.9.6