/* getmaxcolor — максимальный индекс цвета (255 в 256-цветном режиме). */ #include "../_bgi.h" color_t getmaxcolor(void) { return _bgi_maxcolor; }