diff --git a/images/ch1-03-array-4int.dot b/images/ch1-03-array-4int.dot new file mode 100644 index 0000000..48d4c47 --- /dev/null +++ b/images/ch1-03-array-4int.dot @@ -0,0 +1,4 @@ +digraph structs { + arr_memory [shape=record,label=" 2| 3| 5| 7"]; + arr_name [shape=none;label="[4]int"]; +}