Added csplit string splitting library

[csplit](https://github.com/jwlodek/csplit)
This commit is contained in:
Jakub Wlodek 2019-08-05 22:42:04 -04:00 committed by GitHub
parent a8b2fffe87
commit 345c0f6f0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -385,6 +385,7 @@ as C/C++, as this is not an obstacle to most users.)
|**[strpool.h](https://github.com/mattiasgustavsson/libs)** | **public domain** |C/C++|**1**| string interning
| [str_view.hpp](https://github.com/sawickiap/str_view) | MIT | C++ |**1**| null-termination-aware string-view class
|**[utf8](https://github.com/sheredom/utf8.h)** | **public domain** |C/C++|**1**| UTF-8 string library
| **[csplit](https://github.com/jwlodek/csplit)** | MIT |C/C++|**1**| String splitting and processing single-header library
# unit testing
| library | license | API |files| description