🌈 搜索
📅  最后修改于: 2022-03-11 14:58:17.605000             🧑  作者: Mango
char *fd = "myfile.txt"; struct stat buf; stat(fd, &buf); int size = buf.st_size; printf("%d",size);