Add a growable sprintf memory buffer library

git-svn-id: svn://svn.berlios.de/openocd/trunk@2381 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
duane
2009-06-24 01:54:25 +00:00
parent c97caebccd
commit 176b5600ed
3 changed files with 358 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ libhelper_la_SOURCES = \
time_support.c \
replacements.c \
fileio.c \
membuf.c \
startup_tcl.c
if IOUTIL
@@ -41,6 +42,7 @@ noinst_HEADERS = \
types.h \
log.h \
command.h \
membuf.h \
time_support.h \
replacements.h \
fileio.h \