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.
- Host: GitHub
- URL: https://github.com/emmmatech/dynamstr
- Owner: EmmmaTech
- License: gpl-3.0
- Created: 2022-02-15T22:34:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-15T22:37:55.000Z (over 4 years ago)
- Last Synced: 2025-02-01T12:08:23.248Z (over 1 year ago)
- Language: C
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.