Questions involving the use of the BSD strsep() function.
strsep()
is a function originating in BSD Unix which operates in a similar manner to the standard C strtok()
function. The main difference is that this function may return empty tokens, whereas strtok()
returns only non-empty tokens.