platformio / platform-renesas-ra

Renesas RA: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/renesas-ra
Apache License 2.0
10 stars 5 forks source link

`strnlen` was not declared in this scope #15

Open vshymanskyy opened 1 year ago

vshymanskyy commented 1 year ago

#include <string.h> is in place.

Works after declaring:

size_t strnlen(const char* s, size_t maxlen);
valeros commented 1 year ago

Hi @vshymanskyy, could you please try to reproduce the issue using the latest platform revision from the development branch?