ReactOS 0.4.15-dev-7918-g2a2556c
mbschr.c
Go to the documentation of this file.
1#include <string.h>
2
3/*
4 * @implemented
5 */
6unsigned char * _mbschr(const unsigned char *str, unsigned int 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
unsigned char * _mbschr(const unsigned char *str, unsigned int c)
Definition: mbschr.c:6
const WCHAR * str