typeMalloc
CURSES_CH_T *dst = typeMalloc(CURSES_CH_T, len + 1);
if ((my_lines = typeMalloc(CURSES_CH_T *, MAXLINES + 2)) == 0)