MWIDTH
mlen = wcstombs(mbtemp, temp, MWIDTH+1);
mlen = wcstombs(mbtemp, temp, MWIDTH+1);
wchar_t *copy, *lastword, *lastend, temp[MWIDTH+1];
char mbtemp[(MWIDTH+1) * MB_LEN_MAX];
if (width > MWIDTH)
width = MWIDTH;