.\" Automatically generated by Pandoc 3.1.11.1 .\" .TH "al_init_timeout" "3" "" "Allegro reference manual" "" .SH NAME al_init_timeout \- Allegro 5 API .SH SYNOPSIS .IP .EX #include void al_init_timeout(ALLEGRO_TIMEOUT *timeout, double seconds) .EE .SH DESCRIPTION Set timeout value of some number of seconds after the function call. .PP For compatibility with all platforms, \f[CR]seconds\f[R] must be 2,147,483.647 seconds or less. .SH SEE ALSO ALLEGRO_TIMEOUT(3), al_wait_for_event_until(3)