1
0
Fork
You've already forked dynamstr
0
(OLD) Dynamic string library made entirely in C.
  • C 100%
2022年02月15日 14:37:55 -08:00
.gitignore Added code & license 2022年02月15日 14:33:17 -08:00
dynamstr.c Added code & license 2022年02月15日 14:33:17 -08:00
dynamstr.h Added code & license 2022年02月15日 14:33:17 -08:00
LICENSE Added code & license 2022年02月15日 14:33:17 -08:00
README.md Create README.md 2022年02月15日 14:37:55 -08:00

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.