#include <stdio.h> #include <string.h> int main() { printf("%d\n",strlen("c:\test\121")); return 0; }