common: move append_str to string-utils
authorSimon Marchi <simon.marchi@efficios.com>
Fri, 20 Aug 2021 20:10:37 +0000 (16:10 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 17 Dec 2021 05:31:09 +0000 (00:31 -0500)
commit5b770521bbf951df78c52ea4c2b7cf9e0dc1bd5e
tree811f9be24dc4e1e1bbe59bccdbedfec81878aeb0
parente9afa78ade64ab725959e934a55165fc81f37380
common: move append_str to string-utils

Move the append_str function from filter-visitor-generate-bytecode.c to
the string-utils lib, so that it can be re-used elsewhere.

Change-Id: Ica09cb750ac7f3f2d6f3fb5fc786b683ceb6f79a
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/filter/filter-visitor-generate-bytecode.c
src/common/string-utils/string-utils.c
src/common/string-utils/string-utils.h
This page took 0.02467 seconds and 4 git commands to generate.