int *logical( char *t[], int row, int column, char *s ) { int i, j; int *d=(int *)malloc(column*sizeof(int)); for(i=0; i