1al_path_cstr(3)                                                al_path_cstr(3)
2
3
4

NAME

6       al_path_cstr - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              const char *al_path_cstr(const ALLEGRO_PATH *path, char delim)
12

DESCRIPTION

14       Convert a path to its string representation, i.e.  optional drive, fol‐
15       lowed by directory components separated  by  'delim',  followed  by  an
16       optional filename.
17
18       To  use  the current native path separator, use ALLEGRO_NATIVE_PATH_SEP
19       for 'delim'.
20
21       The returned pointer is valid only until the path is  modified  in  any
22       way, or until the path is destroyed.
23
24
25
26Allegro reference manual                                       al_path_cstr(3)
Impressum