I need to do a parse on the data written to my module, and the use of the strtok() function of string.h would be useful. However I\'ve tried
#include
char *strsep(char **s, const char *ct)
would be the function that you are looking for. You can look it up in lxr, source/lib/string.c, line 589 (for version/release 4.6)