(OLD) Dynamic string library made entirely in C.
|
|
||
|---|---|---|
| .gitignore | Added code & license | |
| dynamstr.c | Added code & license | |
| dynamstr.h | Added code & license | |
| LICENSE | Added code & license | |
| README.md | Create README.md | |
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.