ReactOS 0.4.16-dev-2104-gb84fa49
islead.c
Go to the documentation of this file.
1#include <precomp.h>
2#include <mbstring.h>
3
4/*
5 * @implemented
6 */
7int isleadbyte(int c)
8{
9 return _isctype( c, _LEADBYTE );
10
11}
int CDECL _isctype(int c, int type)
Definition: ctype.c:198
#define _LEADBYTE
const GLubyte * c
Definition: glext.h:8905
#define isleadbyte(_c)
Definition: wchar.h:598