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

al_get_fs_entry_mode - Allegro 5 API

Description

       Returns the entry’s mode flags, i.e. permissions and whether the entry refers to a file or directory.

Name

       al_get_fs_entry_mode - Allegro 5 API

See Also

al_get_errno(3alleg5), ALLEGRO_FILE_MODE(3alleg5)

Allegro reference manual                                                           al_get_fs_entry_mode(3alleg5)

Synopsis

              #include <allegro5/allegro.h>

              uint32_t al_get_fs_entry_mode(ALLEGRO_FS_ENTRY *e)

See Also