Searched refs:stbi__pnm_isdigit (Results 1 – 1 of 1) sorted by relevance
6317 static int stbi__pnm_isdigit(char c) in stbi__pnm_isdigit() function6326 while (!stbi__at_eof(s) && stbi__pnm_isdigit(*c)) { in stbi__pnm_getinteger()