ne_qtoken (3) Linux Manual Page
ne_token, ne_qtoken – string tokenizers Synopsis #include <ne_string.h> char *ne_token(char **str, char sep); char *ne_qtoken(char **str, char sep, const char *quotes); Description ne_token and ne_qtoken tokenize the string at the location stored in the pointer str. Each time the function is called, it returns the next token, and modifies the str pointer to point to…
