ReactOS 0.4.15-dev-7918-g2a2556c
ismbpun.c File Reference
#include <precomp.h>
Include dependency graph for ismbpun.c:

Go to the source code of this file.

Functions

int _ismbbpunct (unsigned int c)
 

Function Documentation

◆ _ismbbpunct()

int _ismbbpunct ( unsigned int  c)

Definition at line 18 of file ismbpun.c.

19{
20// (0xA1 <= c <= 0xA6)
21 return (get_mbcinfo()->mbctype[c & 0xff] & _MBPUNCT);
22}
const GLubyte * c
Definition: glext.h:8905
#define _MBPUNCT
Definition: mbstring.h:18
MSVCRT_pthreadmbcinfo get_mbcinfo(void)
Definition: locale.c:364