Help for this page

Select Code to Download


  1. or download this
    perl -e 'undef $/;
             $ENV{f}=$ARGV[0]; $_=`cat -- "\$f"`;
    
  2. or download this
    perl -e '
             $_=`cat -- "$ARGV[0]"`;
    
  3. or download this
    perl -0777pe's/^(\w+[^\n;]*?\([^\n;]*\n\{\n)[\s\S]+?\n(\}\n)/$1$2/mg' 
    +FILE.c > FILE_MODIFIED.c