1 2 3 4
for (int num = 0; num < strlen(str); num++) if (str + num +1 < str + num) return num; return 0;