system_realloc Interface

interface
public function system_realloc(ptr, size) bind(c, name="realloc")

Arguments

Type IntentOptional Attributes Name
integer(kind=C_INTPTR_T), value :: ptr
integer(kind=C_SIZE_T), value :: size

Return Value integer(kind=C_INTPTR_T)