I was reading The C Programming Language by Kernighan and Ritchie. I noticed a reference to a function in the standard library header string.h that I might be able to find a lot of uses for in my programs, strtok().
Could someone show me a bit of code describing how this function works, as my book doesn't say how to use it, only what the function declaration is and a description of what it does.
-CeeCee



LinkBack URL
About LinkBacks


