Open stdin and stdout to something if they don't arrive open, or bad things happen.

This commit is contained in:
Ian Gulliver
2016-03-09 18:28:00 -08:00
parent 8316739941
commit 689bfc7939
3 changed files with 17 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
#pragma once
void stdinout_preinit(void);
void stdinout_opts_add(void);
void stdinout_init(void);
void stdinout_cleanup(void);