Skip to content

Instantly share code, notes, and snippets.

@steveklabnik
Created January 13, 2016 20:40
Embed
What would you like to do?
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