update for HEAD-2003091401
[reactos.git] / lib / crtdll / tchar / strdec.c
index 05bd76a..c2b2a90 100644 (file)
@@ -1,5 +1,8 @@
 #include <msvcrt/string.h>
 
+/*
+ * @implemented
+ */
 char * _strdec(const char *str1, const char *str2) 
 { 
        return (char *) (( str1 >= str2 ) ? ( str1 ) : --str2);