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