lib/charset: add u16_strlcat() function
authorMasahisa Kojima <masahisa.kojima@linaro.org>
Thu, 28 Apr 2022 08:09:34 +0000 (17:09 +0900)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Tue, 3 May 2022 19:39:22 +0000 (21:39 +0200)
commiteca08ce94ceb72358c5fb00e82506c0f74e65e3f
tree29ee5dde90ded64112e7b336ca09eb8c74ed5043
parentd30924f16bdceb4c34bfa1f230b04e91e28d5666
lib/charset: add u16_strlcat() function

Provide u16 string version of strlcat().

Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
include/charset.h
lib/charset.c