ReactOS 0.4.15-dev-7906-g1b85a5f
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
14int _ismbbkalpha(unsigned char c)
15{
16 return (0xA7 <= c && c <= 0xDF);
17}
const GLubyte * c
Definition: glext.h:8905
int _ismbbkalpha(unsigned char c)
Definition: iskmoji.c:14