.\" Automatically generated by Pandoc 3.4 .\" .TH "ALLEGRO_SEEK" "3" "" "Allegro reference manual" .SH NAME ALLEGRO_SEEK \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] \f[B]typedef\f[R] \f[B]enum\f[R] ALLEGRO_SEEK .EE .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 al_fseek(3)