Query: exfixed
OS: opendarwin
Section: 3alleg4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
exfixed(3alleg4) Allegro manual exfixed(3alleg4)NAMEexfixed - Using fixed point maths. Allegro game programming library.SYNOPSIS#include <allegro.h> Example exfixedDESCRIPTIONThis program demonstrates how to use fixed point numbers, which are signed 32-bit integers storing the integer part in the upper 16 bits and the decimal part in the 16 lower bits. This example also uses the unusual approach of communicating with the user exclusively via the allegro_message() function.SEE ALSOEND_OF_MAIN(3alleg4), allegro_init(3alleg4), allegro_message(3alleg4), fixdiv(3alleg4), fixed(3alleg4), fixmul(3alleg4), fixsqrt(3alleg4), fixtof(3alleg4), ftofix(3alleg4), itofix(3alleg4) Allegro version 4.4.2 exfixed(3alleg4)
Related Man Pages |
---|
exfixed(3alleg4) - debian |
exfixed(3alleg4) - opendarwin |
exfixed(3alleg4) - netbsd |
exfixed(3alleg4) - plan9 |
exfixed(3alleg4) - redhat |
Similar Topics in the Unix Linux Community |
---|
Splitting string and storing in int |
Calculate the constant e to 14+ decimal places using integer maths. |