![]() |
![]()
| ![]() |
![]()
NAMEfixfloor - Returns the greatest integer not greater than x. Allegro game programming library. SYNOPSIS#include <allegro.h> int fixfloor(fixed x); DESCRIPTIONReturns the greatest integer not greater than x. That is, it rounds towards negative infinity. Example:
SEE ALSOfixtoi(3), fixceil(3)
|