update for HEAD-2003091401
[reactos.git] / lib / msvcrt / wstring / wcsspn.c
index d3d32c6..1025c8c 100644 (file)
@@ -1,5 +1,8 @@
 #include <msvcrt/string.h>
 
+/*
+ * @implemented
+ */
 size_t wcsspn(const wchar_t *str,const wchar_t *accept)
 {
        wchar_t  *s;