Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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