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