Skip to content

Instantly share code, notes, and snippets.

@danielkhan
Created October 26, 2015 08:42
Show Gist options
  • Save danielkhan/63a3f5fc2231f7848388 to your computer and use it in GitHub Desktop.
Save danielkhan/63a3f5fc2231f7848388 to your computer and use it in GitHub Desktop.
char * buffer;
buffer = (char*) malloc (42);
// Do something with buffer
free (buffer);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment