str

A small library for handling strings in c.


 .gitignore |   0
 LICENSE    |  21 ++++-
 README.md  |  12 +++-
 main.c     | 190 ++++++++++++++++++++++++++++++++++++++++-
 makefile   |  25 +++++-
 str.c      | 296 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 str.h      |  59 ++++++++++++-
 7 files changed, 603 insertions(+)
Back to Top