Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
malloc free sizeof
1
Name:
Anonymous
2012-01-13 9:51
How do I implement a simple mallow, free, and widely in ask x86?
How does free know how much to actually free?
6
Name:
Anonymous
2012-01-13 11:11
>>5
#ifndef NULL
#define NULL ((void *)0)
#endif
That's non-conformant code.
Newer Posts