ReactOS 0.4.15-dev-7953-g1f49173
ismbkaln.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/ismbkaln.c
5 * PURPOSE:
6 * PROGRAMER:
7 * UPDATE HISTORY:
8 * 12/04/99: Ariadne Created
9 * 05/30/08: Samuel Serapion adapted from PROJECT C Library
10 *
11 */
12
13#include <precomp.h>
14/*
15 * @implemented
16 */
17int _ismbbkalnum( unsigned int c )
18{
19 return (get_mbcinfo()->mbctype[c & 0xff] & _MKMOJI);
20}
const GLubyte * c
Definition: glext.h:8905
int _ismbbkalnum(unsigned int c)
Definition: ismbkaln.c:17
#define _MKMOJI
Definition: mbstring.h:7
MSVCRT_pthreadmbcinfo get_mbcinfo(void)
Definition: locale.c:364