hi,
The BSD function strsep is missing from string.h , is this normal ? How can I add her into string.h ? thanks
I suppose strsep is non-std. I could not find the very in any of my C/C++ help stuff.
I believe the standard code you are looking for is strtok which is declared in string.h
BlakJak :]
Log in to post a comment.
hi,
The BSD function strsep is missing from string.h , is this normal ?
How can I add her into string.h ?
thanks
I suppose strsep is non-std. I could not find the very in any of my C/C++ help stuff.
I believe the standard code you are looking for is strtok which is declared in string.h
BlakJak :]