update for HEAD-2003091401
[reactos.git] / lib / crtdll / tchar / strnextc.c
index 8a2918f..b5bcd5e 100644 (file)
@@ -1,5 +1,8 @@
 #include <msvcrt/string.h>
 
+/*
+ * @implemented
+ */
 int _strnextc(const char *str) 
 { 
        return *(++str);