2cb904dab0b76448c59172f80084b9a96075d023
[fio.git] / oslib / strndup.h
1 #include <string.h>
2
3 #ifndef CONFIG_HAVE_STRNDUP
4
5 char *strndup(const char *s, size_t n);
6
7 #endif