Skip to content

Instantly share code, notes, and snippets.

@nedzadarek
Created April 17, 2013 23:48
Show Gist options
  • Save nedzadarek/5408699 to your computer and use it in GitHub Desktop.
Save nedzadarek/5408699 to your computer and use it in GitHub Desktop.
#define rozmiar_listy 10
for(int i = 0; i<rozmiar_listy; i++) tab[i] = tab[i]+3;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment