Skip to content
Commit 27b5e9a3 authored by Ahmed Ismail's avatar Ahmed Ismail
Browse files

strnlen: Add our own function implementation



Implementing strnlen() function which is being
used by OTA for AWS library (ota_mqtt.c). This function
is not a standard C function which means it should be
user implemented. In case of GNU toolchain this function
is implemented in libc library. However, in case of
ARMClang this function is not implemented, that's
why it is defined in armclang_retarget.c file.

This function was introduced in ota_mqtt.c file
in the following commit for
aws-iot-device-sdk-embedded-c :
52f2d400eb5439017668817399cf3b342bf9210d

Signed-off-by: default avatarAhmed.Ismail <Ahmed.Ismail@arm.com>
parent 0930e29d
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