/* moveto — задать текущую позицию (CP). */ #include "../_bgi.h" void moveto(int x, int y) { _bgi_cx = x; _bgi_cy = y; }