]> git.ipfire.org Git - thirdparty/u-boot.git/commit - include/charset.h
lib: convert u16_strlen() into a macro
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 2 Apr 2022 09:46:58 +0000 (11:46 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 15 Apr 2022 09:26:20 +0000 (11:26 +0200)
commit0121282d1aa449a037445a212e4fac53e2164893
tree0ba072fadaffa94a75b6a4d85ead358c6823fd16
parentfe869e11c71a9a7e8f069426c594556aa3181507
lib: convert u16_strlen() into a macro

The function u16_strlen() can be implemented as call to u16_strnlen().

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
include/charset.h
lib/charset.c