.\" Automatically generated by Pandoc 3.1.3 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .TH "al_set_org_name" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP al_set_org_name - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include void al_set_org_name(const char *org_name) \f[R] .fi .SH DESCRIPTION .PP Sets the global organization name. .PP The organization name is used by al_get_standard_path(3alleg5) to build the full path to an application\[cq]s files. .PP This function may be called before al_init(3alleg5) or al_install_system(3alleg5). .SH SEE ALSO .PP al_get_org_name(3alleg5), al_set_app_name(3alleg5)