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

Nested Functions in C

Name: Anonymous 2012-09-07 18:07

Do you do it? I do it because I think it makes the code neater.

Name: Anonymous 2012-09-07 18:48


int hax(int my){
  int anus(void){
     return printf("HAX MY ANUS\n");
  }
  return anus();
}

Name: Anonymous 2012-09-07 18:49

>>5
CLOSURES!

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