]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lib/strutils: add ul_next_string()
authorKarel Zak <kzak@redhat.com>
Wed, 11 Oct 2023 10:37:40 +0000 (12:37 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 23 Oct 2023 19:54:00 +0000 (21:54 +0200)
commit357e6a0efc62f2151ba24b4730cc35015559bd41
tree438658661f79b76d48d6e0185ef36e54504b656a
parentc2f3f40ecc78ac298118d14a6ec037f854076afe
lib/strutils: add ul_next_string()

The function jumps to the next string in buffer where strings are
separated by \0.

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