stat: update description of clat accounting in stat.h
[fio.git] / oslib / strndup.h
CommitLineData
b29c71c4
JA
1#include <string.h>
2
df27f9ac 3#ifndef CONFIG_HAVE_STRNDUP
b29c71c4
JA
4
5char *strndup(const char *s, size_t n);
6
7#endif