.\" Automatically generated by Pandoc 3.1.6.2 .\" .\" 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" "3" "" "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(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 .PP al_get_org_name(3), al_set_app_name(3)