ReactOS
0.4.16-dev-716-g2b2bdab
Functions
tcsrchr.h File Reference
#include <tchar.h>
Include dependency graph for tcsrchr.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions
_TCHAR
*
_tcsrchr
(
const
_TCHAR
*
s
,
_XINT
c
)
Function Documentation
◆
_tcsrchr()
_TCHAR
* _tcsrchr
(
const
_TCHAR
*
s
,
_XINT
c
)
Definition at line
4
of file
tcsrchr.h
.
5
{
6
_TCHAR
cc
=
c
;
7
const
_TCHAR
*
sp
= (
_TCHAR
*)0;
8
9
while
(*
s
)
10
{
11
if
(*
s
==
cc
)
sp
=
s
;
12
s
++;
13
}
14
15
if
(
cc
== 0)
sp
=
s
;
16
17
return
(
_TCHAR
*)
sp
;
18
}
s
GLdouble s
Definition:
gl.h:2039
_TCHAR
char _TCHAR
Definition:
tchar.h:1392
cc
uint32_t cc
Definition:
isohybrid.c:75
c
#define c
Definition:
ke_i.h:80
sp
static const WCHAR sp[]
Definition:
suminfo.c:287
sdk
lib
crt
string
tcsrchr.h
Generated on Thu Feb 6 2025 06:23:49 for ReactOS by
1.9.6