int isascii (int);

int f1 (const char *type)
{
  return isascii ((unsigned char) *type++);
}



syntax highlighted by Code2HTML, v. 0.9.1