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