1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 2.40.1 (20161225.0304)
-->
<!-- Title: Common.h Pages: 1 -->
<svg width="142pt" height="84pt"
viewBox="0.00 0.00 142.00 84.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 80)">
<title>Common.h</title>
<polygon fill="#ffffff" stroke="transparent" points="-4,4 -4,-80 138,-80 138,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<polygon fill="#bfbfbf" stroke="#000000" points="41.5,-56.5 41.5,-75.5 106.5,-75.5 106.5,-56.5 41.5,-56.5"/>
<text text-anchor="middle" x="74" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#000000">Common.h</text>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<polygon fill="#ffffff" stroke="#bfbfbf" points="0,-.5 0,-19.5 72,-19.5 72,-.5 0,-.5"/>
<text text-anchor="middle" x="36" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#000000">sys/socket.h</text>
</g>
<!-- Node1->Node2 -->
<g id="edge1" class="edge">
<title>Node1->Node2</title>
<path fill="none" stroke="#191970" d="M67.3809,-56.2455C62.0954,-48.4564 54.5459,-37.3308 48.1762,-27.9439"/>
<polygon fill="#191970" stroke="#191970" points="51.0545,-25.9522 42.5432,-19.6427 45.2621,-29.8827 51.0545,-25.9522"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<polygon fill="#ffffff" stroke="#bfbfbf" points="90,-.5 90,-19.5 134,-19.5 134,-.5 90,-.5"/>
<text text-anchor="middle" x="112" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#000000">cmath</text>
</g>
<!-- Node1->Node3 -->
<g id="edge2" class="edge">
<title>Node1->Node3</title>
<path fill="none" stroke="#191970" d="M80.6191,-56.2455C85.9046,-48.4564 93.4541,-37.3308 99.8238,-27.9439"/>
<polygon fill="#191970" stroke="#191970" points="102.7379,-29.8827 105.4568,-19.6427 96.9455,-25.9522 102.7379,-29.8827"/>
</g>
</g>
</svg>
|