]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit51b40a0dc7cd8a0650a7af88725a523cfb7f24c2
tree0ba072fadaffa94a75b6a4d85ead358c6823fd16
parent3c4ad82ded73305a0417b2234bf8cfc99895fba4
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