aboutsummaryrefslogtreecommitdiffstats
path: root/src/strings.c
Commit message (Collapse)AuthorAgeFilesLines
* Implement utility functions for dynamic stringsLukas Fleischer2016-01-131-0/+112
Introduce support for strings which support concatenating the current value with a printf-style formatted value, thereby growing in size dynamically. Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>