]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libsmartcols: add function to convert table to string
authorKarel Zak <kzak@redhat.com>
Wed, 18 Dec 2013 09:22:32 +0000 (10:22 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 3 Apr 2014 10:29:17 +0000 (12:29 +0200)
commit2a965b804ac754ef3c36f753af0ae988b4e79bb3
tree9e86acc5bf8117d46a0d9d82b79db3e6cb3e6876
parentb28e8864630cc546dd8ca1ff6e135c191fdb34ea
libsmartcols: add function to convert table to string

Note that open_memstream() is POSIX-1.2008, so it's possible than not
all libc have already implemented this function.

Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac
libsmartcols/src/libsmartcols.h.in
libsmartcols/src/table_print.c