Allegro 5 api
#include <allegro5/allegro.h> #define ALLEGRO_USECS_TO_SECS(x) ((x) / 1000000.0)
Convert microseconds to seconds.