c_calloc

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void* c_calloc(size_t num, size_t size)
    version(!EMBEDDED && MATLAB)
    nothrow @nogc extern (C) static
    void*
    c_calloc
    (
    size_t num
    ,
    size_t size
    )
  2. alias c_calloc = calloc

Meta