Skip to content

Instantly share code, notes, and snippets.

@ELLIOTTCABLE
Created July 10, 2011 18:01
Show Gist options
  • Select an option

  • Save ELLIOTTCABLE/1074764 to your computer and use it in GitHub Desktop.

Select an option

Save ELLIOTTCABLE/1074764 to your computer and use it in GitHub Desktop.
struct list {
struct list-data * listy;
}
struct execution {
struct list-data * listy;
struct execution-data * executiony;
}
struct label {
struct list-data * listy;
struct label-data * labely;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment