inlinte text(int x, int y, const char *foo, ...) { char buff[16535]; sprintf_s(buff,foo); xtext(x,y,buff); }