/* getmaxx — максимальная координата X (ширина-1). */ #include "../_bgi.h" int getmaxx(void) { return _bgi_maxx; }