/* getcolor — текущий цвет рисования. */ #include "../_bgi.h" color_t getcolor(void) { return _bgi_fg; }