.\" Automatically generated by Pandoc 2.9.2.1 .\" .TH "ALLEGRO_SEEK" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP ALLEGRO_SEEK - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include typedef enum ALLEGRO_SEEK \f[R] .fi .SH DESCRIPTION .IP \[bu] 2 ALLEGRO_SEEK_SET - seek relative to beginning of file .IP \[bu] 2 ALLEGRO_SEEK_CUR - seek relative to current file position .IP \[bu] 2 ALLEGRO_SEEK_END - seek relative to end of file .SH SEE ALSO .PP al_fseek(3alleg5)