strbuf: added strbuf_avail and strbuf_appendf.
This commit is contained in:
parent
6538fd9369
commit
e67e03aceb
5 changed files with 59 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ ifdef NO_MEMRCHR
|
|||
endif
|
||||
obj-xalloc = src/xalloc.o src/die.o
|
||||
obj-str-list = src/str-list.o $(obj-xalloc)
|
||||
obj-strbuf = src/strbuf.o $(obj-xalloc)
|
||||
obj-strbuf = src/strbuf.o $(obj-xalloc) src/die.o
|
||||
obj-path = src/path.o $(obj-strbuf)
|
||||
obj-rbtree = src/rbtree.o $(obj-xalloc)
|
||||
obj-fscrawl = src/fscrawl.o $(obj-strbuf) $(obj-path) $(obj-log)
|
||||
|
|
|
|||
Reference in a new issue