ALLEGRO_USECS_TO_SECS

#define ALLEGRO_USECS_TO_SECS(x)      ((x) / 1000000.0)
Introduced in 5.0.0

Convert microseconds to seconds.