Help for this page

Select Code to Download


  1. or download this
    while(my $line = <>) {
       do_something($line);
    }
    
  2. or download this
    #include <stdio.h>
    #include <stdlib.h>
    ...
    int get_val(void) {
        return(1);
    }
    
  3. or download this
    warning.c: In function 'main':
    warning.c:11: warning: suggest parentheses around assignment used as t
    +ruth value