29 lines
361 B
Plaintext
29 lines
361 B
Plaintext
Description:
|
|
A buffer that accumulates a string by piecewise concatenation.
|
|
|
|
Files:
|
|
lib/string-buffer.h
|
|
lib/string-buffer.c
|
|
lib/string-buffer-printf.c
|
|
|
|
Depends-on:
|
|
stdbool
|
|
attribute
|
|
string-desc
|
|
stdarg
|
|
vsnzprintf-posix
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += string-buffer.c string-buffer-printf.c
|
|
|
|
Include:
|
|
"string-buffer.h"
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
all
|