Skip to content

Commit

Permalink
let args be read from stdin
Browse files Browse the repository at this point in the history
  • Loading branch information
carld committed Jun 16, 2011
1 parent af73bab commit f8bedbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.c
Expand Up @@ -64,6 +64,7 @@ main(int argc, char *argv[], char *envp[])
exit(-1);
}
fpi++;
fp[fpi] = stdin;
}
}

Expand Down

0 comments on commit f8bedbb

Please sign in to comment.