mvaddchstr
mvaddchstr(int y, int x, chtype *s)
#define mvaddchstr(y,x,chs) (move(y,x)?ERR:addchstr(chs))
#undef mvaddchstr
mvaddchstr(y, x, chs)
#define mvaddchstr(y, x, chs) \
mvaddchstr(int y, int x, const chtype *chs)
#undef mvaddchstr