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