1al_calloc_with_context(3)                            al_calloc_with_context(3)
2
3
4

NAME

6       al_calloc_with_context - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              void *al_calloc_with_context(size_t count, size_t n,
12                 int line, const char *file, const char *func)
13

DESCRIPTION

15       This calls calloc() from the Allegro library (this matters on Windows),
16       unless overridden with al_set_memory_interface(3),
17
18       Generally you should use the al_calloc(3) macro.
19
20
21
22Allegro reference manual                             al_calloc_with_context(3)
Impressum