update for HEAD-2003091401
[reactos.git] / lib / msvcrt / mbstring / mbsnicoll.c
index c163636..df77806 100644 (file)
@@ -1,10 +1,16 @@
 #include <msvcrt/mbstring.h>
 
+/*
+ * @unimplemented
+ */
 int _mbsnicoll(const unsigned char *s1, const unsigned char *s2, size_t n)
 {
   return 0;
 }
 
+/*
+ * @unimplemented
+ */
 int _mbsnbicoll(const unsigned char *s1, const unsigned char *s2, size_t n)
 {
   return 0;