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

C++ code style

Name: Anonymous 2010-05-24 12:37

Hi, /prog/.
What is the most beloved syntax style here? KR? BSD? GNU, perhaps?

Name: Anonymous 2010-05-24 12:49

/prog/ style
int
main
              (
 int     argc,
 char  **argv
)
                    {
 const char *s;
 s = "Hello world!";
 printf("%s", s);
 return 0;
}

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