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