Skip to content

Instantly share code, notes, and snippets.

@xspager
Created January 13, 2016 22:34
Show Gist options
  • Save xspager/9dfd037d37108999d33f to your computer and use it in GitHub Desktop.
Save xspager/9dfd037d37108999d33f to your computer and use it in GitHub Desktop.
digraph structs {
node [shape=record]
rankdir=LR
struct1 [label="{<ptr> ptr|{len|5}|{capacity|5}}"]
struct3 [label="{{<i0> 0|h}|{1|e}|{2|l}|{3|l}|{4|o}}}"]
struct1:ptr -> struct3:i0 [splines=curved]
}
@xspager
Copy link
Author

xspager commented Jan 13, 2016

dot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment