Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2015
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.16 KB | None | 0 0
  1. #include "ftab.h"
  2.  
  3.  
  4. int main(void)
  5. {
  6.  
  7.     int tabulka[rozmer][rozmer];
  8.  
  9.     napln(tabulka);
  10.  
  11.     tisk(tabulka);
  12.  
  13.     tisk_soubor(tabulka);
  14.    
  15.     return 0;  
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement