.\" Automatically generated by Pandoc 2.17.1.1 .\" .\" 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_get_fs_interface" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP al_get_fs_interface - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include const ALLEGRO_FS_INTERFACE *al_get_fs_interface(void) \f[R] .fi .SH DESCRIPTION .PP Return a pointer to the ALLEGRO_FS_INTERFACE(3alleg5) table in effect for the calling thread. .SH SEE ALSO .PP al_store_state(3alleg5), al_restore_state(3alleg5).