VocabularylibcInputscount | a non-negative integer |
size | a non-negative integer |
OutputsWord descriptionAllocates a block of
count * size bytes from the operating system. The contents of the block are initially zero.
ErrorsThrows an error if memory allocation failed.
WarningDon't forget to deallocate the memory with a call to
free.
Definition