https://github.com/ndraey/libstring
Simple dynamic string library
https://github.com/ndraey/libstring
Last synced: 4 months ago
JSON representation
Simple dynamic string library
- Host: GitHub
- URL: https://github.com/ndraey/libstring
- Owner: NDRAEY
- Created: 2023-10-09T00:24:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-09T03:55:12.000Z (over 1 year ago)
- Last Synced: 2025-01-17T14:57:15.326Z (6 months ago)
- Language: C
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# libstring
libstring is a basic string implementation written in C.
# Features
You can:
+ Concatenate strings
+ Append characters to end of string
+ Crop strings
+ Split stringsYou don't need to allocate and reallocate memory manually, libstring will do it for you!