todoi
This commit is contained in:
parent
52d46eaa1b
commit
8516533533
@ -78,6 +78,7 @@ usage: fprintf(stderr, "Usage: %s (-1enot)"
|
||||
t.c_lflag ^= ECHO;
|
||||
tcsetattr(STDIN_FILENO, TCSAFLUSH, &t);
|
||||
|
||||
/* TODO redesign with fdopen(3) to use stdio for output */
|
||||
do{ if((c = getc(stdin)) != eof || include_eof)
|
||||
for(i = 0; i < (sizeof outputs)/(sizeof *outputs); ++i)
|
||||
if(outputs[i] != 0
|
||||
|
Loading…
Reference in New Issue
Block a user