Skip to content
Commit 4c04a4a0 authored by Leandro Belli's avatar Leandro Belli 👾
Browse files

cli: Remove custom `strnlen` implementation



Removed the custom K&R implementation of `strnlen` as it is
not supported by the compilers being used. Instead, this patch
updates the code to rely on the standard library implementation
of `strnlen`.

Signed-off-by: Leandro Belli's avatarLeandro Belli <leandro.belli@arm.com>
parent 4b6560f4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment