blob: e78e81e8cf8bcbb78e97dc219796987c1787c70b [file] [log] [blame]
int isascii (int);
int f1 (const char *type)
{
return isascii ((unsigned char) *type++);
}