Searched refs:pNum (Results 1 – 1 of 1) sorted by relevance
299 static int toInt(const char *zNum, int *pNum){ in toInt() argument315 *pNum = neg ? -v : v; in toInt()