- firestring_strncpy
- 
firestring_strncpy -
strncpy(3)
with slightly saner semantics
- firestring_trim
- 
firestring_trim -
trim excess whitespace from the start and end of a string
- firestring_vfprintf
- 
firestring_vfprintf -
vfprintf(3)
with extended firestring types
- firestring_vfprintfe
- 
firestring_vfprintfe -
firestring_vfprintf(3)
with an estring format
- fixacos
- 
Fixed point inverse cosine lookup table. Allegro game programming library.
- fixadd
- 
Safe function to add fixed point numbers clamping overflow. Allegro game programming library.
- fixasin
- 
Fixed point inverse sine lookup table. Allegro game programming library.
- fixatan
- 
Fixed point inverse tangent lookup table. Allegro game programming library.
- fixatan2
- 
Fixed point version of the libc atan2() routine. Allegro game programming library.
- fixceil
- 
Returns the smallest integer not less than x. Allegro game programming library.
- fixcos
- 
Fixed point cosine of binary angles. Allegro game programming library.
- fixdiv
- 
Fixed point division. Allegro game programming library.
- fixed
- 
the corba fixed type
- fixed
- 
Fixed point integer to replace floats. Allegro game programming library.
- fixfloor
- 
Returns the greatest integer not greater than x. Allegro game programming library.
- fixhypot
- 
Fixed point hypotenuse. Allegro game programming library.
- fixmul
- 
Multiplies two fixed point values together. Allegro game programming library.
- fixsin
- 
Fixed point sine of binary angles. Allegro game programming library.
- fixsqrt
- 
Fixed point square root. Allegro game programming library.
- fixsub
- 
Safe function to subtract fixed point numbers clamping underflow. Allegro game programming library.
- fixtan
- 
Fixed point tangent of binary angles. Allegro game programming library.
- fixtof
- 
Converts a fixed point to floating point. Allegro game programming library.
- fixtoi
- 
Converts a fixed point to integer with rounding. Allegro game programming library.
- fixtorad_r
- 
Constant to convert angles in fixed point format to radians. Allegro game programming library.
- fixup_datafile
- 
Fixes truecolor images in compiled datafiles. Allegro game programming library.
- fix_filename_case
- 
Converts a filename to a standardised case. Allegro game programming library.
- fix_filename_slashes
- 
Converts all the directory separators to a standard character. Allegro game programming library.
- fli_bitmap
- 
Contains the current frame of the animation. Allegro game programming library.
- fli_bmp_dirty_from
- 
Indicate which parts of the image have changed. Allegro game programming library.
- fli_bmp_dirty_to
- 
See fli_bmp_dirty_from.3alleg
- fli_frame
- 
Stores the current frame number of the animation. Allegro game programming library.
- fli_palette
- 
Contains the current palette of the animation. Allegro game programming library.
- fli_pal_dirty_from
- 
Indicate which parts of the palette have changed. Allegro game programming library.
- fli_pal_dirty_to
- 
See fli_pal_dirty_from.3alleg
- fli_timer
- 
Global variable for timing FLI playback. Allegro game programming library.
- flockfile
- 
Verrouillage d'un flux pour stdio.
- flockfile
- 
stdio locking functions
- floodfill
- 
Floodfills an enclosed area. Allegro game programming library.
- floor
- 
Le plus grand entier inférieur ou égal à x.
- floor
- 
floor function
- floorf
- 
See floor.3posix
- floorl
- 
See floor.3posix
- fltk
- 
the fast light tool kit
- flush
- 
Flush buffered output for a channel
- flush_config_file
- 
Flushes the current config file to disk. Allegro game programming library.
- fma
- 
Multiplication et addition en virgule flottante.
- fma
- 
floating-point multiply-add
- fmaf
- 
See fma.3posix
- fmal
- 
See fma.3posix
- fmax
- 
Calculer le maximum.