ALLEGRO_USECS_TO_SECS - Allegro 5 API
Contents
Description
Convert microseconds to seconds.
Allegro reference manual ALLEGRO_USECS_TO_SECS(3alleg5)
Name
ALLEGRO_USECS_TO_SECS - Allegro 5 API
Synopsis
#include <allegro5/allegro.h>
#define ALLEGRO_USECS_TO_SECS(x) ((x) / 1000000.0)
