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