1al_set_path_drive(3) al_set_path_drive(3)
23
4
NAME
6al_set_path_drive - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
void al_set_path_drive(ALLEGRO_PATH *path, const char *drive)
12
DESCRIPTION
14Set the drive string on a path. The drive may be NULL, which is equiv‐
15alent to setting the drive string to the empty string.
16
SEE ALSO
18al_get_path_drive(3)
1920
21
22
Allegro reference manual al_set_path_drive(3)