int isdigit (int);
int f (const char *type)
{
  return isdigit ((unsigned char) *type++);
}


syntax highlighted by Code2HTML, v. 0.9.1