mvaddnwstr
mvaddnwstr(int y, int x, wchar_t *ws, int n)
#define mvaddnwstr(y,x,wcs,n) (move(y,x)?ERR:addnwstr(wcs,n))
#undef mvaddnwstr
mvaddnwstr(y, x, wcs, n)
#define mvaddnwstr(y, x, wcs, n) \
#undef mvaddnwstr
mvaddnwstr(int y, int x, const wchar_t *wcs, int n)