29.12.2009, 10:21
Strsep is a string spliting function (by a delimiter), similar to strtok() or sscaf() or split(). It has the same parameters as strtok(), just some handling improvements. It should be in <string.h>, but it isn't. Just use sscanf, It's easier