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

Criticize GOTO.

Name: Anonymous 2009-06-29 10:55

Please, I'd like to hear what /prog/ thinks is silly about GOTO.

Name: Anonymous 2009-06-29 17:56

>>24
int
fun(int a)
{
    char* buffer = kmalloc(SIZE);
    if (!buffer)
        return -ENOMEM;
    kfree(buffer);
    return 1;
}

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