1al_destroy_path(3) al_destroy_path(3)
23
4
NAME
6al_destroy_path - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
void al_destroy_path(ALLEGRO_PATH *path)
12
DESCRIPTION
14Free a path structure. Does nothing if passed NULL.
15
SEE ALSO
17al_create_path(3), al_create_path_for_directory(3)
1819
20
21
Allegro reference manual al_destroy_path(3)