update for HEAD-2003091401
[reactos.git] / lib / msvcrt / wstring / wcscspn.c
index 4cccc33..44f66b7 100644 (file)
@@ -1,5 +1,8 @@
 #include <msvcrt/string.h>
 
+/*
+ * @implemented
+ */
 size_t wcscspn(const wchar_t *str,const wchar_t *reject)
 {
        wchar_t *s;