mvwaddnwstr
mvwaddnwstr(WINDOW *win, int y, int x, wchar_t *ws, int n)
#define mvwaddnwstr(w,y,x,wcs,n) (wmove(w,y,x)?ERR:waddnwstr(w,wcs,n))
#undef mvwaddnwstr
mvwaddnwstr(w, y, x, wcs, n)
#define mvwaddnwstr(w, y, x, wcs, n) \
#undef mvwaddnwstr
mvwaddnwstr(WINDOW *w, int y, int x, const wchar_t *wcs, int n)