bebbo / libnix

libnix (v4): a C link library for AmigaOS/m68k
14 stars 9 forks source link

Add strsep() #33

Closed MBeijer closed 4 years ago

MBeijer commented 4 years ago

It's not part of the C standard, but it is widely available in NIX systems

The strsep() function was introduced as a replacement for strtok(3), since the latter cannot handle empty fields.