summaryrefslogtreecommitdiff
path: root/lib/libc/string/wcstok.3
Commit message (Collapse)AuthorAgeFilesLines
* Remove stray comma at the end of the See Also list.Tim J. Robbins2002-10-151-1/+1
| | | | Notes: svn path=/head/; revision=105148
* Add an example showing how to use wcstok(). Fix ordering of See Also section.Tim J. Robbins2002-10-021-2/+15
| | | | Notes: svn path=/head/; revision=104372
* Replace a stray reference to strtok() with one to wcstok().Tim J. Robbins2002-09-081-1/+1
| | | | Notes: svn path=/head/; revision=103095
* Add an implementation of wcstok(), based on strtok_r().Tim J. Robbins2002-09-071-0/+120
Notes: svn path=/head/; revision=103067