Searched refs:isdigit (Results 1 – 1 of 1) sorted by relevance
110 static int isdigit(char c) in isdigit() function175 if (isdigit(*(pos + 1)) && (*(pos + 1) > '0')) { in vsnprintf()
Completed in 2 milliseconds