COHERENT help

This page displays the COHERENT help information for calloc.

Listing of available help pages


calloc() -- Allocate dynamic memory

#include <stdlib.h>
char *calloc(count, size)
unsigned count, size;