circlefill (3) Linux Manual Page
circlefill – Draws a filled circle. Allegro game programming library.
Synopsis
#include <allegro.h> void circlefill(BITMAP *bmp, int x, int y, int radius, int color);
circlefill – Draws a filled circle. Allegro game programming library.
void circlefill(BITMAP *bmp, int x, int y, int radius, int color);