commit | c0547605096a2b7b20812aeaf47112e089ebb10c | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Apr 02 11:46:58 2022 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Fri Apr 15 11:26:20 2022 +0200 |
tree | 0ba072fadaffa94a75b6a4d85ead358c6823fd16 | |
parent | aa5f43ae5df5911a3f5a7bcf7bb941d00775200e [diff] |
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>