Fclose closes a specified stream and fcloseall closes all open streams. #include <stdio.h> int fclose (FILE *stream); int fcloseall (void); ...
確定! 回上一頁