...
token = strtok (NULL, "' \n'.?!");
}//End while
printf("%s", token);
The only problem is that it prints a null in my output. How can I take the NULL after the strtok and properly make that a string that I can print out on the line below. Basically I want to know how I can have my program print out whatever it striped from the string with that last strtok. Any help on this is appreciated. Thanks

New Topic/Question
Reply




MultiQuote






|