update for HEAD-2003091401
[reactos.git] / lib / msvcrt / string / strpbrk.c
index c4837fc..72079d0 100644 (file)
@@ -2,6 +2,9 @@
 #include <msvcrt/string.h>
 
 
+/*
+ * @implemented
+ */
 char *
 strpbrk(const char *s1, const char *s2)
 {