ReactOS 0.4.15-dev-8100-g1887773
mbsinc.c File Reference
#include <mbstring.h>
Include dependency graph for mbsinc.c:

Go to the source code of this file.

Functions

unsigned char_mbsinc (const unsigned char *s)
 

Function Documentation

◆ _mbsinc()

unsigned char * _mbsinc ( const unsigned char s)

Definition at line 6 of file mbsinc.c.

7{
8 unsigned char *c = (unsigned char *)s;
9 if (_ismbblead(*s) )
10 c++;
11 c++;
12 return c;
13}
GLdouble s
Definition: gl.h:2039
const GLubyte * c
Definition: glext.h:8905
#define c
Definition: ke_i.h:80
int __cdecl _ismbblead(unsigned int)
Definition: ismblead.c:20