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 8:52

void *malloc(size_t n) { return 0; }

Name: Anonymous 2010-07-24 9:00

>>8
Fact: This is a compliant implementation of malloc().  The C standard doesn't say that malloc() must ever succeed.

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