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