I need to parse the data written to my module, and using the strtok () function for string.h would be useful. However i tried
#include <string.h>
and
#include <linux/string.h>
without success. Is it possible? Or will I have to write my own strtok function?
thanks
c string module linux-kernel
cheesysam
source share