reactos/reactos/lib/crtdll/mbstring/islead.c
Boudewijn Dekker ed08466464 Added various files.
--> failed to pass test printing a simple string

svn path=/trunk/; revision=380
1999-04-14 21:27:02 +00:00

7 lines
No EOL
114 B
C

#include <windows.h>
#include <crtdll/mbstring.h>
int isleadbyte(char *mbstr)
{
return IsDBCSLeadByteEx(0,*c);
}