Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2014
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.18 KB | None | 0 0
  1. int **cesta= (int **)malloc(bod.dlzka * sizeof(int *));
  2.  
  3.    
  4.        
  5.         for (i = 0; i < bod.dlzka; i++) {
  6.             cesta[i] = (int*)malloc(2*sizeof(int*));
  7.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement