ReactOS
0.4.16-dev-36-g301675c
tcschr.h
Go to the documentation of this file.
1
2
#include <tchar.h>
3
4
_TCHAR
*
_tcschr
(
const
_TCHAR
*
s
,
_XINT
c
)
5
{
6
_TCHAR
cc
=
c
;
7
8
while
(*
s
)
9
{
10
if
(*
s
==
cc
)
return
(
_TCHAR
*)
s
;
11
12
s
++;
13
}
14
15
if
(
cc
== 0)
return
(
_TCHAR
*)
s
;
16
17
return
0;
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
_tcschr
#define _tcschr
Definition:
tchar.h:1406
cc
uint32_t cc
Definition:
isohybrid.c:75
c
#define c
Definition:
ke_i.h:80
_XINT
#define _XINT
Definition:
strchr.c:2
sdk
lib
crt
string
tcschr.h
Generated on Mon Sep 16 2024 06:13:10 for ReactOS by
1.9.6