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:30

>>23
int fun(int a)
{ int result = 0;
  char *buffer = kmalloc(SIZE);
  if(buffer) result = -ENOMEM;
  else
  { if(!condition1)
    { ... }
    else
    { while(loop1)
      { ... }
      result = 1; }
    kfree(buffer); }
  return result; }

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