Move stdin/out handling entirely into stdinout.c

This commit is contained in:
Ian Gulliver
2016-03-09 18:07:09 -08:00
parent 8898142c97
commit 8316739941
6 changed files with 17 additions and 23 deletions

View File

@@ -2,3 +2,4 @@
void stdinout_opts_add(void);
void stdinout_init(void);
void stdinout_cleanup(void);