MCPcopy Create free account
hub / github.com/I-Rinka/BIT-Compile-Principle / GetPoint

Function GetPoint

Lab1/C/src/Matrix_Multiply.c:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4int size = 0;
5
6int *GetPoint(int *matrix, int x, int y)
7{
8 return matrix + x * size + y;
9}
10
11int *Multiply(int *matrix1, int *matrix2)
12{

Callers 2

MultiplyFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected