How a c string can be splitted by token '\' using strtok?
Example:
Hello\world is one c-string. I need to split it into Hello and world. How this can be implemented? Thanks in advance.
Example:
Hello\world is one c-string. I need to split it into Hello and world. How this can be implemented? Thanks in advance.
Comment