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_create_fs_entry - Allegro 5 API

Description

       Creates  an ALLEGRO_FS_ENTRY(3alleg5) object pointing to path on the filesystem.  `path' can be a file or
       a directory and must not be NULL.

Allegro reference manual                                                             al_create_fs_entry(3alleg5)

Name

       al_create_fs_entry - Allegro 5 API

Synopsis

              #include <allegro5/allegro.h>

              ALLEGRO_FS_ENTRY *al_create_fs_entry(const char *path)

See Also