Help for this page

Select Code to Download


  1. or download this
    #include <stdio.h>
    #include "report.h"
    ...
    
      printf("The execution is completed\n");
    }
    
  2. or download this
    #include <stdio.h>
    #include "report.h"
    ...
    
      printf("The execution is completed\n");
    }
    
  3. or download this
      $/ = undef;  
      $_ = <file1>;
      s#\breport[s]?.*? \)\;|("[^"].*?")#defined $1 ? $1 :""#gsiex;
      print $_
    
  4. or download this
      s# .* report [s]? .* ; .* ##sx;