mirror of
https://github.com/reactos/reactos.git
synced 2025-07-25 19:23:56 +00:00
6 lines
No EOL
95 B
C
6 lines
No EOL
95 B
C
#include <msvcrt/mbctype.h>
|
|
|
|
int _ismbbkalpha(unsigned char c)
|
|
{
|
|
return (0xA7 <= c <= 0xDF);
|
|
} |