ianjray / xstrtok

String tokeniser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xstrtok

String tokeniser

A variant of strtok(3) which addresses weaknesses in the standard library function:

  • Do not modify the first argument.
  • Can be used on constant strings.
  • Make identity of the delimiting byte available.

About

String tokeniser

License:MIT License


Languages

Language:C 92.0%Language:Makefile 8.0%