Bug 24940 - fgets get skipped after EOF ... a sample code: #include <stdio.h> int main() { char input[80]; while (fgets(input, 80, stdin) !=
確定! 回上一頁