oslib/strndup: cleanup and remember to include for aux programs
[fio.git] / oslib / strndup.h
... / ...
CommitLineData
1#include <string.h>
2
3#ifndef CONFIG_HAVE_STRNDUP
4
5char *strndup(const char *s, size_t n);
6
7#endif