update for HEAD-2003091401
[reactos.git] / lib / crtdll / tchar / strninc.c
index de776d2..ccb77cc 100644 (file)
@@ -1,6 +1,9 @@
 #include <msvcrt/string.h>
 #include <msvcrt/stdlib.h>
 
+/*
+ * @implemented
+ */
 char * _strninc(const char *str, size_t inc)
 { 
        return (char *)(str + inc);