Advertisement
shernfire

Lista6 ITP - Andamento

Oct 26th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.31 KB | None | 0 0
  1. q5)
  2.  
  3. #include <stdio.h>
  4.  
  5. typedef struct matriz_s{
  6.   int **mat_data;
  7.   int rows, cols;
  8. }matriz;
  9.  
  10. matriz *create_mat(int ncols, int nrows, int mat_raw[nrows][ncols]);
  11.  
  12.  
  13. void main(sizeof(86173403)){
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20. }
  21.  
  22.  
  23. matriz *create_mat(int ncols, int nrows, int mat_raw[nrows][ncols]){
  24.  
  25.   mat_raw
  26.  
  27.  
  28.  
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement