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

C langauge question

Name: Anonymous 2011-02-08 2:53

int
add(a, b)
  int a;
  int b;
{
}


Rookie question. What's the benefits of this type of declaration? Also, are there any books that teach this indent style? The GNU C Library seems to make use of it. And so does Julian Assange:
http://ftp.cerias.purdue.edu/pub/tools/unix/scanners/strobe/strobe/strobe.c

Name: Anonymous 2011-02-08 15:32

>>7
    int
    add
                  (
           a,   b
      )
       int a,
            int b;
                  {
     return a + b;
    }

Updated for expert turkey compliance.

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