Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ndraey/libstring
Simple dynamic string library
https://github.com/ndraey/libstring
Last synced: about 9 hours ago
JSON representation
Simple dynamic string library
- Host: GitHub
- URL: https://github.com/ndraey/libstring
- Owner: NDRAEY
- Created: 2023-10-09T00:24:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-09T03:55:12.000Z (11 months ago)
- Last Synced: 2023-12-09T04:28:17.504Z (11 months ago)
- Language: C
- Size: 76.2 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!