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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib/] [newlib/] [libc/] [stdlib/] [calloc.c] - Diff between revs 39 and 56

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 39 Rev 56
Line 1... Line 1...
 
#ifdef MALLOC_PROVIDED
 
int _dummy_calloc = 1;
 
#else
/*
/*
FUNCTION
FUNCTION
<<calloc>>---allocate space for arrays
<<calloc>>---allocate space for arrays
 
 
INDEX
INDEX
Line 61... Line 64...
{
{
  return _calloc_r (_REENT, n, size);
  return _calloc_r (_REENT, n, size);
}
}
 
 
#endif
#endif
 
#endif /* MALLOC_PROVIDED */
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

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