This website requires JavaScript.
Explore
Help
Sign In
gbrochar
/
ft_malloc
Watch
1
Star
0
Fork
You've already forked ft_malloc
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e8e913f3a1
ft_malloc
/
main.c
7 lines
64 B
C
Raw
Blame
History
#
include
<stdlib.h>
int
main
(
void
)
{
malloc
(
42
)
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink