ReactOS
0.4.16-dev-737-g3368adc
tcsrchr.h
Go to the documentation of this file.
1
2
#include <tchar.h>
3
4
_TCHAR
*
_tcsrchr
(
const
_TCHAR
*
s
,
_XINT
c
)
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
}
19
20
/* EOF */
s
GLdouble s
Definition:
gl.h:2039
c
const GLubyte * c
Definition:
glext.h:8905
_TCHAR
char _TCHAR
Definition:
tchar.h:1392
cc
uint32_t cc
Definition:
isohybrid.c:75
c
#define c
Definition:
ke_i.h:80
_tcsrchr
#define _tcsrchr
Definition:
utility.h:116
sp
static const WCHAR sp[]
Definition:
suminfo.c:287
_XINT
#define _XINT
Definition:
strchr.c:2
sdk
lib
crt
string
tcsrchr.h
Generated on Wed Feb 12 2025 06:14:52 for ReactOS by
1.9.6