.\" Automatically generated by Pandoc 3.5 .\" .TH "ALLEGRO_USECS_TO_SECS" "3" "" "Allegro reference manual" .SH NAME ALLEGRO_USECS_TO_SECS \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] #define ALLEGRO_USECS_TO_SECS(x) ((x) / 1000000.0) .EE .SH DESCRIPTION Convert microseconds to seconds.