1END_OF_FUNCTION(3) Allegro manual END_OF_FUNCTION(3)
2
3
4
6 END_OF_FUNCTION - Locks the code used by a timer. Allegro game programā
7 ming library.
8
10 #include <allegro.h>
11
12
13 Macro END_OF_FUNCTION(function_name);
14
16 Due to interrupts, you are required to lock all the code used by your
17 timer routines. See the description of install_int_ex() for a more
18 detailed explanation and usage example.
19
20
22 install_int(3), install_int_ex(3), exkeys(3), exscn3d(3), exsprite(3),
23 exswitch(3), extimer(3), exupdate(3), exzbuf(3)
24
25
26
27Allegro version 4.4.3 END_OF_FUNCTION(3)