ellipse(3) - Linux man page
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);
void ellipse(BITMAP *bmp, int x, int y, int rx, int ry, int color);