al_set_app_name
void al_set_app_name(const char *app_name)
Introduced in 5.0.0
Sets the global application name.
The application name is used by al_get_standard_path to build the full path to an application's files.
This function may be called before al_init or al_install_system.
See also: al_get_app_name, al_set_org_name
Examples: ex_get_path
Most helpful discussions: