.\" Automatically generated by Pandoc 3.1.12.1 .\" .TH "al_set_org_name" "3" "" "Allegro reference manual" "" .SH NAME al_set_org_name \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] void al_set_org_name(const char *org_name) .EE .SH DESCRIPTION Sets the global organization name. .PP The organization name is used by al_get_standard_path(3) to build the full path to an application\[cq]s files. .PP This function may be called before al_init(3) or al_install_system(3). .SH SEE ALSO al_get_org_name(3), al_set_app_name(3)