ishdigit
while (!ishdigit(*s))
for (dectmp[dectmp_size] = 0; ishdigit(*s); s++) {
while (ishdigit(*s)) {