next up previous contents [pdf] index

Next: Input parameters Up: sf_intalloc3 Previous: Call

Definition

int ***sf_intalloc3 (size_t n1 /* fast dimension */, 
                     size_t n2 /* slower dimension */, 
                     size_t n3 /* slowest dimension */)
/*< int 3-D allocation, out[0][0] points to a contiguous array >*/ 
{
   ...
}




2011-07-02