]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lib/strutils: improve normalize_whitespace()
authorKarel Zak <kzak@redhat.com>
Mon, 14 Jun 2021 14:24:59 +0000 (16:24 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 14 Jun 2021 14:24:59 +0000 (16:24 +0200)
commitc862d0e1774bb78354047ab9b14d355c4e5448ba
treecb06cff658471d6c0927b484e9de08b958468d2a
parent38b9be784b58292fc02e1176acf0645d411f5196
lib/strutils: improve normalize_whitespace()

Let's make it possible to use the function to normalize the string
between two buffers (from source to destination).

Signed-off-by: Karel Zak <kzak@redhat.com>
include/strutils.h
lib/strutils.c