int** stat_matrix_i_alloc

(int n, int m)

Allocation of a static int matrix with a single malloc.

Documentation

Allocation of a static int matrix with a single malloc.
Parameters:
rows - : number of rows
columns - : number of columns
Returns:
pointer to a matrix

Alphabetic index



This page was generated with the help of DOC++.