The stringlib.h library by GreenApple allows easy string manipulation in C language by defining the type 'string' (or '_string') and providing several functions to easily operate with them.
All allocation is done automatically, unallocation is done by calling the function 'string_delete(string*)'.
Full documentation is present on the library header file.
Features
- C99 (and latter) support
- Definition of 'string' (and '_string') type
- String manipulation functions
- String input and output functions
- String text and binary file reading/writing functions
- Function overloading via macro (if C11)
Categories
LibrariesLicense
MIT LicenseOther Useful Business Software
Get Avast Free Antivirus with 24/7 AI-powered online scam detection
Award-winning antivirus protection, as well as protection against online scams, dangerous Wi-Fi connections, hacked accounts, and ransomware. It includes Avast Assistant, your built-in AI partner, which gives you help with suspicious online messages, offers, and more.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of StringLib C: functional string library!