int **matalloc( int rows, int cols); void matfree( int **a);