ReactOS 0.4.15-dev-7842-g558ab78
mbschr.c File Reference
#include <string.h>
Include dependency graph for mbschr.c:

Go to the source code of this file.

Functions

unsigned char_mbschr (const unsigned char *str, unsigned int c)
 

Function Documentation

◆ _mbschr()

unsigned char * _mbschr ( const unsigned char str,
unsigned int  c 
)

Definition at line 6 of file mbschr.c.

7{
8 return (unsigned char *)strchr((const char*)str, c);
9}
char * strchr(const char *String, int ch)
Definition: utclib.c:501
const GLubyte * c
Definition: glext.h:8905
const WCHAR * str