/* getmaxy — максимальная координата Y (высота-1). */ #include "../_bgi.h" int getmaxy(void) { return _bgi_maxy; }