Example : c get file size FILE *fp = fopen("example.txt", "r"); fseek(fp, 0L, SEEK_END); int size = ftell(fp);
確定! 回上一頁