Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

WEEKLY CHALLENGE

Name: Anonymous 2010-07-24 6:51

implement malloc() using the C programming language.

Name: Anonymous 2010-07-24 7:02

void *malloc(size_t size) { return sbrk(size); }

What do I win?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List