stkstr
stk = (struct stkstr *)realloc(stk,
sizeof (struct stkstr) * maxstk);
stk = (struct stkstr *)calloc(100, sizeof (struct stkstr));