1al_get_errno(3) al_get_errno(3)
23
4
NAME
6al_get_errno - Allegro 5 API
7
SYNOPSIS
9int al_get_errno(void)
10GETTER(allegro_errno, 0)
11
DESCRIPTION
13Some Allegro functions will set an error number as well as returning an
14error code. Call this function to retrieve the last error number set
15for the calling thread.
1617
18
19
Allegro reference manual al_get_errno(3)