update for HEAD-2003091401
[reactos.git] / lib / msvcrt / wstring / wcspbrk.c
index 6bf0030..e65ec33 100644 (file)
@@ -1,5 +1,8 @@
 #include <msvcrt/string.h>
 
+/*
+ * @implemented
+ */
 wchar_t *wcspbrk(const wchar_t *s1, const wchar_t *s2)
 {
   const wchar_t *scanp;