Manpages
Menu
Close menu
Search
Browse
Releases
26.10
(stonking)
26.04 LTS
(resolute)
25.10
(questing)
24.04 LTS
(noble)
22.04 LTS
(jammy)
20.04 LTS
(focal)
18.04 LTS
(bionic)
16.04 LTS
(xenial)
14.04 LTS
(trusty)
Ubuntu Manpages
Close
Search
xenial
man(3)
ALLEGRO_SEEK.3alleg5.gz
ALLEGRO_SEEK
Allegro 5 API
Provided by:
allegro5-doc (Version: 2:5.0.11-2)
Source:
allegro5
Report a bug
SYNOPSIS
#include <allegro5/allegro.h> typedef enum ALLEGRO_SEEK
DESCRIPTION
ALLEGRO_SEEK_SET - seek relative to beginning of file
ALLEGRO_SEEK_CUR - seek relative to current file position
ALLEGRO_SEEK_END - seek relative to end of file
SEE ALSO
al_fseek(3alleg5)