system_calloc Interface

interface
public function system_calloc(nelem, elsize) bind(c, name="calloc")

Arguments

Type IntentOptional Attributes Name
integer(kind=C_SIZE_T), value :: nelem
integer(kind=C_SIZE_T), value :: elsize

Return Value integer(kind=C_INTPTR_T)