20040415-2.c   [plain text]


int isascii (int);

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