Created
January 13, 2016 22:34
-
-
Save xspager/9dfd037d37108999d33f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] | |
} |
Author
xspager
commented
Jan 13, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment