man fixed () - Fixed point integer to replace floats. Allegro game programming library.
NAME
fixed - Fixed point integer to replace floats. Allegro game programming library.
SYNOPSIS
#include <allegro.h>
typedef long fixed
DESCRIPTION
This is a fixed point integer which can replace float with similar results and is faster than float on low end machines. Read chapter "Fixed point math routines" for the full explanation.