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

Description

       Create  a  path  structure from a string.  The last component, if it is followed by a directory separator
       and is neither “.” nor “..”, is treated as the last directory name  in  the  path.   Otherwise  the  last
       component is treated as the filename.  The string may be NULL for an empty path.

Name

       al_create_path - Allegro 5 API

See Also

al_create_path_for_directory(3alleg5), al_destroy_path(3alleg5)

Allegro reference manual                                                                 al_create_path(3alleg5)

Synopsis

              #include <allegro5/allegro.h>

              ALLEGRO_PATH *al_create_path(const char *str)

See Also