13 unsigned int temp_str_len;
21 for (i = 0; i < 89; ++i) {
22 test_string = strtok(NULL,
"\r") + 1;
26 c = *(
unsigned char*)test_string;
28 while ((
c !=
'\t') && (
c > 0)) {
30 c = test_string[temp_str_len];
32 tmp_pos = test_string + temp_str_len;
33 if (*tmp_pos == 0) break_loop =
true;
36 if (decode_step >= 1 && decode_step < 90)
37 relations[decode_step - 1][i] = atoi(test_string);
42 test_string = tmp_pos + 1;
43 }
while ((decode_step < 92) && !break_loop);