unbuffer stdio
This commit is contained in:
parent
c6b92d60e7
commit
d5312f78cf
3
bbs.c
3
bbs.c
@ -240,7 +240,8 @@ char s_getchar() {
|
||||
}
|
||||
}*/
|
||||
} while (c == '\n');
|
||||
usertimeout = 10;
|
||||
usertimeout = 10;
|
||||
|
||||
return (char)c;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user