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

is_relative_filename - Returns TRUE if the filename is relative. Allegro game programming library.

Description

       Returns TRUE if the filename is relative or FALSE if it is absolute. Note that an absolute filename under
       DOS  (with  a  device  separator) will be considered as relative under Unix, because there absolute paths
       always start with a slash.

Name

       is_relative_filename - Returns TRUE if the filename is relative. Allegro game programming library.

See Also

make_absolute_filename(3alleg4), make_relative_filename(3alleg4)

Allegro                                           version 4.4.3                    is_relative_filename(3alleg4)

Synopsis

#include<allegro.h>intis_relative_filename(constchar*filename);

See Also