#include <stdio.h> int fclose( FILE *fp );. Description: The fclose() function closes the file fp. If there's any unwritten buffered data for the file, it's ...
確定! 回上一頁