spline (3) - Linux Manuals
spline: Draws a Bezier spline using four control points. Allegro game programming library.
NAME
spline - Draws a Bezier spline using four control points. Allegro game programming library.SYNOPSIS
#include <allegro.h>
void spline(BITMAP *bmp, const int points[8], int color);