Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1.  
  2. rowX = NULL;
  3. rowY = NULL;
  4. colX = NULL;
  5. colY = NULL;
  6.  
  7. /// kontrola argumentov a priradenie podargumentov
  8. if (argc==4 && strcmp(argv[2], "row") ==0)
  9. {
  10. rowX = argv[3];
  11. rowY = argv[3];
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement