如何计算文件的大小(以字节为单位)?
#include <stdio.h> unsigned int fsize(char* file){ //what goes here? }
c io file filesize
c ×1
file ×1
filesize ×1
io ×1