Xiqual 0.9.1
In file xitools/strtokenise.c:
(char* s,
char* delim)
Create a tokeniser object from a string.
Documentation
Create a tokeniser object from a string. The supplied
string is copied, and this copy is modified with NULL bytes in
place of its delimiters. This function does a better job than
strtok() and strtok_r(). This function is thread-safe,
hopefully.
- Author:
- Ronny Bangsund
- See Also:
- str_freetoken(), strtoken, strtok(), strtok_r()
Alphabetic index
This page was generated with the help of DOC++.