Admin Panel

int isblank(int c)
{ return c == ' ' || c == '\t'; }