Standard circle drawing routine prototype.
Source position: graphh.inc line 590
type CircleProc = procedure(
X: SmallInt;
Y: SmallInt;
Radius: Word
);