include/spdk/string.h
0 → 100644
+46
−0
+1
−1
lib/util/string.c
0 → 100644
+82
−0
Loading
Like sprintf() with automatic buffer allocation.
This should help to avoid fixed-size buffers in
non-performance-sensitive code that formats strings.
Change-Id: I35209ae84014ed5daf41baa5b03af8a5f6b02b8e
Signed-off-by:
Daniel Verkamp <daniel.verkamp@intel.com>