Skip to content

Instantly share code, notes, and snippets.

@steveklabnik
Created January 13, 2016 20:40
Show Gist options
  • Select an option

  • Save steveklabnik/a7809dccb10884655358 to your computer and use it in GitHub Desktop.

Select an option

Save steveklabnik/a7809dccb10884655358 to your computer and use it in GitHub Desktop.
digraph structs {
node [shape=record];
{
rank=same
struct1 [label="{<ptr> ptr|{len|5}|{capacity|5}}"];
struct3 [label="{{<0> 0|h}|{1|e}|{2|l}|{3|l}|{4|o}}}"];
}
struct1:ptr -> struct3:0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment