From 2655fcdd2078de7db1c2ff765374aa4e14c30d73 Mon Sep 17 00:00:00 2001 From: chai2010 Date: Mon, 23 Jul 2018 20:49:42 +0800 Subject: [PATCH] =?UTF-8?q?image:=20dot=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- images/ch1-03-array-4int.dot | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 images/ch1-03-array-4int.dot 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"]; +}