mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 23:03:00 +00:00
7 lines
No EOL
114 B
C
7 lines
No EOL
114 B
C
#include <windows.h>
|
|
#include <crtdll/mbstring.h>
|
|
|
|
int isleadbyte(char *mbstr)
|
|
{
|
|
return IsDBCSLeadByteEx(0,*c);
|
|
} |