Skip to content

Instantly share code, notes, and snippets.

@prinick96
Last active December 11, 2016 21:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prinick96/0451f5c2219c9212a4024e12c7d02b9d to your computer and use it in GitHub Desktop.
Save prinick96/0451f5c2219c9212a4024e12c7d02b9d to your computer and use it in GitHub Desktop.
int *array = NULL;
array = (int *) malloc(sizeof(int *) * (arreglo + 1));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment