- or download this
void printit() {
int i;
...
printf("%d ",res_a[i]);
printf("\n");
}
- or download this
$perl test.pl | wc
46 2859 8192
- or download this
$ perl test.pl | wc
113 7164 20480
- or download this
void printit() {
Inline_Stack_Vars;
...
sub printme {
print for $_[0];
}