update for HEAD-2003091401
[reactos.git] / lib / crtdll / wchar / wcstok.c
index 9b33b6b..a495e43 100644 (file)
@@ -1,5 +1,8 @@
 #include <msvcrt/string.h>
 
+/*
+ * @implemented
+ */
 wchar_t *wcstok(wchar_t *s, const wchar_t *ct)
 {
        const wchar_t *spanp;