.\" Automatically generated by Pandoc 3.1.12.1 .\" .TH "al_calloc" "3" "" "Allegro reference manual" "" .SH NAME al_calloc \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] #define al_calloc(c, n) \[rs] (al_calloc_with_context((c), (n), __LINE__, __FILE__, __func__)) .EE .SH DESCRIPTION Like calloc() in the C standard library, but the implementation may be overridden. .PP This is a macro. .SH SEE ALSO al_malloc(3), al_calloc_with_context(3)