d1594cf5b561d23caaba2451ee65c049d66f5e29
[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 }