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

https://github.com/emmmatech/dynamstr

Dynamic string library made entirely in C.
https://github.com/emmmatech/dynamstr

Last synced: 10 months ago
JSON representation

Dynamic string library made entirely in C.

Awesome Lists containing this project

README

          

# dynamstr
Dynamic string library made entirely in C.

## How it works

This works by managing all of the memory by itself with common `stdlib` functions.
All you have to worry about is protecting the `String` object from being destroyed.

## Licensing

This repository is licensed under the GNU GPL v3.0. Please read the `LICENSE` file for more information.