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