al_calloc - Man Page
Allegro 5 API
Synopsis
#include <allegro5/allegro.h> #define al_calloc(c, n) \ (al_calloc_with_context((c), (n), __LINE__, __FILE__, __func__))
Description
Like calloc() in the C standard library, but the implementation may be overridden.
This is a macro.
See Also
Referenced By
al_calloc_with_context(3), al_malloc(3).
Allegro reference manual