client: use temp buffer for single output flush for json/disk util
[fio.git] / oslib / strndup.h
1 #ifndef CONFIG_HAVE_STRNDUP
2
3 #ifndef FIO_STRNDUP_LIB_H
4 #define FIO_STRNDUP_LIB_H
5
6 #include <stddef.h>
7
8 char *strndup(const char *s, size_t n);
9
10 #endif
11
12 #endif