str: yet another string library for C language. 0.6.0

The library provides support for string handling in C language.

Tags strings library utilities c
License BSDL
State beta

Recent Releases

0.6.025 Nov 2020 03:25 minor feature: Memory allocation changed to using malloc(3) and realloc(3) functions and on failure returning ENOMEM error code from composition functions. This may be a breaking change for some applications;. Added UTF-32 code point iterator;. Added function to read an entire file to a string;. Other smaller and improvements.
0.5.128 Apr 2020 03:15 minor feature: Sort/search functions renamed for consistency. . Partitioning function added. . Minor README.md correction. . str_unique_range() function added. . Documentation update. . file-to-str tool added. . missing headers when external allocator is used. . More flexible memory allocator replacement mechanics. . Test with gcc v8, plus minor documentation formatting.
0.5.015 Apr 2020 18:09 major feature: