ReactOS 0.4.15-dev-7788-g1ad9096
tcschr.h
Go to the documentation of this file.
1
2#include <tchar.h>
3
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 */
GLdouble s
Definition: gl.h:2039
const GLubyte * c
Definition: glext.h:8905
char _TCHAR
Definition: tchar.h:1392
#define _tcschr
Definition: tchar.h:1406
uint32_t cc
Definition: isohybrid.c:75
#define c
Definition: ke_i.h:80
#define _XINT
Definition: strchr.c:2