@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}

