I have a code that split my char str[] to tokens:
void my_function(char str[]) { int i = 0; char *p = strtok(str, "/"); char *rows[SI