1ALLEGRO_USECS_TO_SECS(3) ALLEGRO_USECS_TO_SECS(3)
23
4
NAME
6ALLEGRO_USECS_TO_SECS - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
#define ALLEGRO_USECS_TO_SECS(x) ((x) / 1000000.0)
12
DESCRIPTION
14Convert microseconds to seconds.
1516
17
18
Allegro reference manual ALLEGRO_USECS_TO_SECS(3)