update for HEAD-2003091401
[reactos.git] / lib / crtdll / mbstring / mbscspn.c
index 46783ee..c5653dd 100644 (file)
@@ -1,6 +1,10 @@
 #include <msvcrt/mbstring.h>
 
-// not correct
+/*
+ * FIXME not correct
+ *
+ * @unimplemented
+ */
 size_t _mbscspn(const unsigned char *s1, const unsigned char *s2)
 {
   const char *p, *spanp;