Skip to content

Instantly share code, notes, and snippets.

@Salivala
Created June 20, 2018 02:48
Show Gist options
  • Save Salivala/4038d5a0cceb0a52b635fa6cc4034bd3 to your computer and use it in GitHub Desktop.
Save Salivala/4038d5a0cceb0a52b635fa6cc4034bd3 to your computer and use it in GitHub Desktop.
struct list_node
{
int item;
list_node *next;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment