.\" 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_init_timeout" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP al_init_timeout - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include void al_init_timeout(ALLEGRO_TIMEOUT *timeout, double seconds) \f[R] .fi .SH DESCRIPTION .PP Set timeout value of some number of seconds after the function call. .PP For compatibility with all platforms, \f[V]seconds\f[R] must be 2,147,483.647 seconds or less. .SH SEE ALSO .PP ALLEGRO_TIMEOUT(3alleg5), al_wait_for_event_until(3alleg5)