#pragma once void matrixmultiply( int * Z[], const int * const X[], unsigned int xr, unsigned int xc, const int * const Y[], unsigned int yc );