/* getpixel — цвет пикселя (x,y). */ #include "_bgi.h" unsigned getpixel(int x, int y) { return _bgi_read(x, y); }