This website requires JavaScript.
Explore
Help
Sign In
libs
/
newlib-cygwin
mirror of
git://sourceware.org/git/newlib-cygwin.git
Watch
4
Star
0
Fork
You've already forked newlib-cygwin
0
Code
Issues
Projects
Releases
Wiki
Activity
4cd2304ab6
newlib-cygwin
/
newlib
/
libc
/
sys
/
linux
/
freer.c
8 lines
86 B
C
Raw
Blame
History
#
include
<stdlib.h>
void
_free_r
(
struct
_reent
*
ptr
,
void
*
addr
)
{
free
(
addr
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink