update for HEAD-2003091401
[reactos.git] / lib / crtdll / mbstring / ismblead.c
index f15f3ec..ba65a2c 100644 (file)
@@ -36,6 +36,9 @@ char _jctype[257] = {
 };
 
 char *_mbctype = _jctype;
+/*
+ * @implemented
+ */
 int _ismbblead(unsigned int c)
 {
        return ((_jctype+1)[(unsigned char)(c)] & _KNJ_1);
@@ -46,6 +49,9 @@ int _ismbblead(unsigned int c)
 //     return (int)IsDBCSLeadByte(byte) 
 //}
 
+/*
+ * @implemented
+ */
 int _ismbslead( const unsigned char *str, const unsigned char *t)
 {
        unsigned char *s = (unsigned char *)str;