ALLEGRO_USECS_TO_SECS(3) ALLEGRO_USECS_TO_SECS(3) NAME ALLEGRO_USECS_TO_SECS - Allegro 5 API SYNOPSIS #include #define ALLEGRO_USECS_TO_SECS(x) ((x) / 1000000.0) DESCRIPTION Convert microseconds to seconds. Allegro reference manual ALLEGRO_USECS_TO_SECS(3)