URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [newlib-1.18.0/] [newlib/] [libc/] [sys/] [linux/] [callocr.c] - Rev 829
Compare with Previous | Blame | View Log
#include <stdlib.h> void * _calloc_r (struct _reent *ptr, size_t size, size_t len) { return calloc (size, len); }