update for HEAD-2003091401
[reactos.git] / lib / crtdll / mbstring / mbstok.c
index 3c68097..d8c184b 100644 (file)
@@ -1,5 +1,8 @@
 #include <msvcrt/mbstring.h>
 
+/*
+ * @implemented
+ */
 unsigned char * _mbstok(unsigned char *s, unsigned char *delim)
 {
   const char *spanp;