为什么这些功能原型不相同?
void print_matrix(char *name, int SX, int SY, int m[SX][SY]) void print_matrix(char *name, int SX, int SY, int **m)
c
c ×1