]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libsmartcols: add printf api to fill in column data
authorRobin Jarry <robin@jarry.cc>
Thu, 31 Oct 2024 22:16:56 +0000 (23:16 +0100)
committerRobin Jarry <robin@jarry.cc>
Thu, 31 Oct 2024 23:40:37 +0000 (00:40 +0100)
commitf0d0817c37931b504a7f6d4eb7ca94e2fb10a99a
treeebba20c515cebe75e2e8a0a98e6f8d83b01b1bd1
parent9e2aafe5a493284615a17572c4ead4737bcc66a3
libsmartcols: add printf api to fill in column data

Add new API functions using printf(3) compatible format strings to fill
in column data.

These can be used to avoid intermediate buffers in the calling
application code.

Signed-off-by: Robin Jarry <robin@jarry.cc>
libsmartcols/docs/libsmartcols-sections.txt
libsmartcols/src/libsmartcols.h.in
libsmartcols/src/libsmartcols.sym
libsmartcols/src/line.c