void InitBlock(int *a, int *b, int *c, int blk, int row, int col); void BlockMult(int* c, int* a, int* b, int blk);