update for HEAD-2003091401
[reactos.git] / lib / msvcrt / string / strrev.c
index fac5a47..8827c3b 100644 (file)
@@ -1,5 +1,8 @@
 #include <msvcrt/string.h>
 
+/*
+ * @implemented
+ */
 char * _strrev(char *s)
 {
        char a, *b, *e;