SYNOPSIS
#include <vgagl.h>void gl_fillcircle(int x, int y, int r, int c);
DESCRIPTION
Draw a filled circle of radius r in color c , centered at ( x , y ).
AUTHOR
This manual page was written by Jay Link <[email protected]>. The function itself is based upon the original gl_circle (3).