gr
来自「Algorithms for Image Processing and Comp」· 代码 · 共 15 行
TXT
15 行
@c ----------------------------------------------------------------------
@node graphics.h, header
@heading @code{<graphics.h>}
This header provides access to the basic (GR) graphics library. This
provides simple 256-color graphics at SVGA resolutions. For a more
complete graphics library, obtain the GRX library or use one of the X
development systems.
To link with these functions, add @code{-lgr} at the end of your link
command line, like this:
@code{gcc foo.o -o foo -lgr}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?