int count = 0; char iconpath[200]; FILE *fp; sprintf(iconpath,"/var/ABC%d.bmp",count); fp=fopen(iconpath,"rb"); while(fp){ count++; ...
確定! 回上一頁