plot
static char plot = '#';
if (((c[i]<<j)&msk) != 0) p->alpha[i][j] = plot;
extern char *plot();
codep = plot(codep);