ellipse (3) - Linux Manuals
ellipse: Draws an ellipse. Allegro game programming library.
NAME
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);