1al_register_assert_handler(3)                    al_register_assert_handler(3)
2
3
4

NAME

6       al_register_assert_handler - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              void al_register_assert_handler(void (*handler)(char const *expr,
12                 char const *file, int line, char const *func))
13

DESCRIPTION

15       Register  a  function  to  be called when an internal Allegro assertion
16       fails.  Pass NULL to reset to the default behaviour,  which  is  to  do
17       whatever the standard assert() macro does.
18

SINCE

20       5.0.6, 5.1.0
21
22
23
24Allegro reference manual                         al_register_assert_handler(3)
Impressum