.\" Automatically generated by Pandoc 2.9.2.1 .\" .TH "ALLEGRO_USECS_TO_SECS" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP ALLEGRO_USECS_TO_SECS - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include #define ALLEGRO_USECS_TO_SECS(x) ((x) / 1000000.0) \f[R] .fi .SH DESCRIPTION .PP Convert microseconds to seconds.