ReactOS 0.4.16-dev-2104-gb84fa49
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}
_ACRTIMP char *__cdecl strchr(const char *, int)
Definition: string.c:3286
const GLubyte * c
Definition: glext.h:8905
const WCHAR * str