ReactOS
0.4.16-dev-852-gcfcc8d8
mbsinc.c
Go to the documentation of this file.
1
#include <mbstring.h>
2
3
/*
4
* @implemented
5
*/
6
unsigned
char
*
_mbsinc
(
const
unsigned
char
*
s
)
7
{
8
unsigned
char
*
c
= (
unsigned
char
*)
s
;
9
if
(
_ismbblead
(*
s
) )
10
c
++;
11
c
++;
12
return
c
;
13
}
s
GLdouble s
Definition:
gl.h:2039
c
const GLubyte * c
Definition:
glext.h:8905
c
#define c
Definition:
ke_i.h:80
_mbsinc
unsigned char * _mbsinc(const unsigned char *s)
Definition:
mbsinc.c:6
_ismbblead
int __cdecl _ismbblead(unsigned int)
Definition:
ismblead.c:20
sdk
lib
crt
mbstring
mbsinc.c
Generated on Sun Mar 23 2025 06:13:54 for ReactOS by
1.9.6