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

GNU coding standards are superior

Name: Anonymous 2007-09-17 14:00 ID:4dSkL7OK

[...], it's hard to write code to the GNU coding standards, which are probably the most illegible coding guidelines for C. It's so obvious it was written by a lisp programmer.
-- Marc Espie (*BSD alphafag)

Name: Anonymous 2007-09-17 14:36 ID:LPnu0D3c

To support pre-standard C, instead of writing function definitions in standard prototype form,

     int
     foo (int x, int y)
     ...

write the definition in pre-standard style like this,

     int
     foo (x, y)
          int x, y;
     ...


Haha, oh wow

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