update for HEAD-2003091401
[reactos.git] / lib / crtdll / mbstring / islead.c
1 #include <windows.h>
2 #include <msvcrt/mbstring.h>
3
4 /*
5  * @unimplemented
6  */
7 int isleadbyte(char *mbstr)
8 {
9         return 0;
10         //return IsDBCSLeadByteEx(0,*c);
11 }