Subversion Repositories Kolibri OS

Rev

Rev 4872 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4349 Serge 1
#ifndef _REENT_ONLY
2
 
3
#include 
4
#include 
5
#include 
6
 
7
char *
8
_DEFUN (strdup, (str), _CONST char *str)
9
{
10
  return _strdup_r (_REENT, str);
11
}
12
 
13
#endif /* !_REENT_ONLY */