update for HEAD-2003091401
[reactos.git] / lib / crtdll / tchar / strnextc.c
1 #include <msvcrt/string.h>
2
3 /*
4  * @implemented
5  */
6 int _strnextc(const char *str) 
7
8         return *(++str); 
9 }