update for HEAD-2003091401
[reactos.git] / lib / msvcrt / wstring / wcsupr.c
index 1eeef91..4a5dd8a 100644 (file)
@@ -1,6 +1,9 @@
 #include <msvcrt/ctype.h>
 #include <msvcrt/string.h>
 
+/*
+ * @implemented
+ */
 wchar_t *_wcsupr(wchar_t *x)
 {
        wchar_t  *y = x;