Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ndraey/libstring

Simple dynamic string library
https://github.com/ndraey/libstring

Last synced: about 9 hours ago
JSON representation

Simple dynamic string library

Awesome Lists containing this project

README

        

# libstring

libstring is a basic string implementation written in C.

# Features

You can:

+ Concatenate strings
+ Append characters to end of string
+ Crop strings
+ Split strings

You don't need to allocate and reallocate memory manually, libstring will do it for you!