update for HEAD-2003091401
[reactos.git] / lib / msvcrt / string / strupr.c
index 21b17f4..413f585 100644 (file)
@@ -12,6 +12,9 @@
 #include <msvcrt/string.h>
 #include <msvcrt/ctype.h>
 
+/*
+ * @implemented
+ */
 char *_strupr(char *x)
 {
        char  *y=x;