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

FreeBSD Manual Pages

  
 
  

home | help
al_create_path(3)	    Library Functions Manual	       al_create_path(3)

NAME
     al_create_path - Allegro 5 API

SYNOPSIS
	    #include <allegro5/allegro.h>

	    ALLEGRO_PATH *al_create_path(const char *str)

DESCRIPTION
     Create  a	path structure from a string.  The last component, if it is fol-
     lowed 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.

SEE ALSO
     al_create_path_for_directory(3), al_destroy_path(3)

Allegro reference manual				       al_create_path(3)

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

home | help