ReactOS
0.4.15-dev-4870-g846c9aa
iskmoji.c
Go to the documentation of this file.
1
/*
2
* COPYRIGHT: See COPYING in the top level directory
3
* PROJECT: ReactOS system libraries
4
* FILE: lib/sdk/crt/mbstring/iskmoji.c
5
* PURPOSE:
6
* PROGRAMER:
7
* UPDATE HISTORY:
8
* 05/30/08: Samuel Serapion adapted from PROJECT C Library
9
*
10
*/
11
12
#include <
mbctype.h
>
13
14
int
_ismbbkalpha
(
unsigned
char
c
)
15
{
16
return
(0xA7 <=
c
&&
c
<= 0xDF);
17
}
mbctype.h
_ismbbkalpha
int _ismbbkalpha(unsigned char c)
Definition:
iskmoji.c:14
c
const GLubyte * c
Definition:
glext.h:8905
sdk
lib
crt
mbstring
iskmoji.c
Generated on Wed Jun 29 2022 06:08:39 for ReactOS by
1.8.15