Implement utility functions for dynamic strings

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>
This commit is contained in:
Lukas Fleischer
2016-01-11 19:32:14 +01:00
parent 0b7614a4a7
commit 03d35bacf4
3 changed files with 129 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ calcurse_SOURCES = \
recur.c \
sha1.c \
sigs.c \
strings.c \
todo.c \
ui-calendar.c \
ui-day.c \