]> git.ipfire.org Git - pakfire.git/commit
string: Move array functions into strings.c
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 3 Jan 2025 09:50:10 +0000 (09:50 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 3 Jan 2025 09:50:10 +0000 (09:50 +0000)
commit56010887fc062f568678edc56fc4b918186af045
treef8433b599cc800aad27128bc0fe8c9e32feaa04c
parent30b13721567d54c1c411270bb669fe2a603bc56b
string: Move array functions into strings.c

The inline option has some limitations and it makes things messy. The
compiler will hopefully inline these functions no matter what.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/pakfire/string.c
src/pakfire/string.h