Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
is_relative_filename(3) 	 Allegro manual 	 is_relative_filename(3)

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

SYNOPSIS
     #include <allegro.h>

     int is_relative_filename(const char *filename);

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 con-
     sidered as relative under Unix, because there absolute paths  always  start
     with a slash.

SEE ALSO
     make_absolute_filename(3), make_relative_filename(3)

Allegro 			  version 4.4.3 	 is_relative_filename(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=is_relative_filename&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help