Searched refs:temps2 (Results 1 – 1 of 1) sorted by relevance
112 unsigned char *tempbuf=NULL; char temps[255], temps2[255]; in loadppm() local121 if(sscanf(temps, "%s", temps2)==1 && temps2[1]=='#') continue; in loadppm()