OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib-1.10.0/] [newlib/] [libc/] [stdlib/] [strdup.c] - Diff between revs 1010 and 1765

Only display areas with differences | Details | Blame | View Log

Rev 1010 Rev 1765
#ifndef _REENT_ONLY
#ifndef _REENT_ONLY
 
 
#include <reent.h>
#include <reent.h>
#include <stdlib.h>
#include <stdlib.h>
#include <string.h>
#include <string.h>
 
 
char *
char *
_DEFUN (strdup, (str), _CONST char *str)
_DEFUN (strdup, (str), _CONST char *str)
{
{
  return _strdup_r (_REENT, str);
  return _strdup_r (_REENT, str);
}
}
 
 
#endif /* !_REENT_ONLY */
#endif /* !_REENT_ONLY */
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.