This website requires JavaScript.
Explore
Help
Sign In
Sara
/
cutes
Watch
1
Star
0
Fork
You've already forked cutes
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4428b2b135
cutes
/
drop.c
7 lines
89 B
C
Raw
Blame
History
#
include
"drop.h"
#
include
"stdlib.h"
void
default_drop
(
void
*
data
)
{
free
(
data
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink