ellipse (3) Linux Manual Page
ellipse – Draws an ellipse. Allegro game programming library.
Synopsis
#include <allegro.h> void ellipse(BITMAP *bmp, int x, int y, int rx, int ry, int color);
ellipse – Draws an ellipse. Allegro game programming library.
void ellipse(BITMAP *bmp, int x, int y, int rx, int ry, int color);