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

New Cancer - Femgineers

Name: Anonymous 2012-06-08 14:20

Name: Anonymous 2012-06-12 8:50

void *my_malloc(size_t t){
    void * r = malloc(t);
    if(r == NULL){
        while((r = malloc(t)) == NULL);
        fprintf(stderr, "Running low on memory.\n");
    }
    return r;
}


this is superior

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