calloc v0.1.0

Source
Allocates memory for an array of num objects of size and zero-initializes it.

Package: C

C reference: calloc

Signature

func calloc(num: uint, size: uint) -> *opaque;

See also

  • C — the package overview