1ALLEGRO_TIMEOUT(3) ALLEGRO_TIMEOUT(3)
23
4
NAME
6ALLEGRO_TIMEOUT - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
typedef struct ALLEGRO_TIMEOUT ALLEGRO_TIMEOUT;
12
DESCRIPTION
14Represent a timeout value. The size of the structure is known so it
15can be statically allocated. The contents are private.
16
SEE ALSO
18al_init_timeout(3)
1920
21
22
Allegro reference manual ALLEGRO_TIMEOUT(3)