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

What's your style?

Name: Anonymous 2009-06-28 11:17


 for(i = 0; i < 10; i++) {
     if(i % 2 == 0) {
         doSomething(i); }
     else {
         doSomethingElse(i); } }


or


if (x < 0) {
  printf("Negative");
  negative(x);
} else {
  printf("Positive");
  positive(x);
}

Name: Anonymous 2009-06-29 8:16

That guy is a genius.

int
              is_inset
                 (
    const             char
  *           s              )
       {                while
(   *s    
                   )  {
 if       (    !(               ( *s
    >=        'a'   
                      &&
                           *s
    <=           'z'               )
 ||          (          *s
        >=
               '0'
                       &&
  *s                           <=
          '9'       )))
      return
                        0     ;
    ++s          ;         }
           return        1
                   ;
}

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