blob: 2cb904dab0b76448c59172f80084b9a96075d023 [file] [log] [blame]
#include <string.h>
#ifndef CONFIG_HAVE_STRNDUP
char *strndup(const char *s, size_t n);
#endif