1ALLEGRO_SEEK(3) ALLEGRO_SEEK(3)
23
4
NAME
6ALLEGRO_SEEK - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
typedef enum ALLEGRO_SEEK
12
DESCRIPTION
14• ALLEGRO_SEEK_SET - seek relative to beginning of file
1516
• ALLEGRO_SEEK_CUR - seek relative to current file position
1718
• ALLEGRO_SEEK_END - seek relative to end of file
19
SEE ALSO
21al_fseek(3)
2223
24
25
Allegro reference manual ALLEGRO_SEEK(3)