EmreTech / dynamstr

Dynamic string library made entirely in C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Dynamic string library made entirely in C.

License:GNU General Public License v3.0


Languages

Language:C 100.0%