oslib: make str* compat functions more uniform
[fio.git] / oslib / strndup.h
CommitLineData
df27f9ac 1#ifndef CONFIG_HAVE_STRNDUP
b29c71c4 2
5d413e08
SW
3#ifndef FIO_STRNDUP_LIB_H
4#define FIO_STRNDUP_LIB_H
5
6#include <stddef.h>
7
b29c71c4
JA
8char *strndup(const char *s, size_t n);
9
10#endif
5d413e08
SW
11
12#endif