Open vshymanskyy opened 1 year ago
#include <string.h> is in place.
#include <string.h>
Works after declaring:
size_t strnlen(const char* s, size_t maxlen);
Hi @vshymanskyy, could you please try to reproduce the issue using the latest platform revision from the development branch?
#include <string.h>
is in place.Works after declaring: