20.07.2010, 22:14
12541 - new length = strlen(string);
12539 - strtok(const string[], &index)
12539-12542 - strtok(const string[], &index)
new length = strlen(string);
while ((index < length) && (string[index] <= ' '))
When i delete strtok it stops repsonding.
12539 - strtok(const string[], &index)
12539-12542 - strtok(const string[], &index)
new length = strlen(string);
while ((index < length) && (string[index] <= ' '))
When i delete strtok it stops repsonding.