logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ALLEGRO_SEEK - Allegro 5 API

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

Name

       ALLEGRO_SEEK - Allegro 5 API

See Also

al_fseek(3alleg5)

Allegro reference manual                                                                   ALLEGRO_SEEK(3alleg5)

Synopsis

              #include <allegro5/allegro.h>

              typedef enum ALLEGRO_SEEK

See Also