AcornSearch - Acorn and RISC OS information searching
RISC OS Search
containing
"Nutty quip goes here!"
Home  |  About  |  Filebase Archive  |  StrongHelp Manuals  |  Newsgroups  |  Module Database
Header:     stdlib.h

Syntax:     
char *calloc
(
size_t nmemb,
size_t size
);


Purpose:     Allocates a block of memory and clears it to zero, returning a pointer to the start of memory, or NULL if the allocation failed.

[sh-index] Back to list of manuals