/* setbkcolor — задать фоновый цвет (cleardevice, фон текста). */ #include "../_bgi.h" void setbkcolor(int color) { _bgi_bg = (uint8_t)color; }