Hi all
I'm writing an C application on FreeBSD 7+. I need to split a string by another string (ie. the delimiter is "xxx") similar to strtok split a string by a single char. Is there a standard function or is there a FreeBSD functions for this?
Many thanks in advance.
Kind regards
Unga