20040415-1.c   [plain text]


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