#ifndef _REENT_ONLY #include <_ansi.h> #include #include #include char * _DEFUN (strndup, (str, n), _CONST char *str _AND size_t n) { return _strndup_r (_REENT, str, n); } #endif /* !_REENT_ONLY */