ReactOS
0.4.16-dev-1946-g52006dd
Functions
tcscmp.h File Reference
#include <tchar.h>
Include dependency graph for tcscmp.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions
int
_tcscmp
(
const
_TCHAR
*
s1
,
const
_TCHAR
*
s2
)
Function Documentation
◆
_tcscmp()
int
_tcscmp
(
const
_TCHAR
*
s1
,
const
_TCHAR
*
s2
)
Definition at line
8
of file
tcscmp.h
.
9
{
10
while
(*
s1
== *
s2
)
11
{
12
if
(*
s1
== 0)
return
0;
13
14
s1
++;
15
s2
++;
16
}
17
18
return
*
s1
- *
s2
;
19
}
s1
struct S1 s1
s2
PCWSTR s2
Definition:
shell32_main.h:38
sdk
lib
crt
string
tcscmp.h
Generated on Thu Dec 4 2025 06:26:23 for ReactOS by
1.9.6