2022-12-02 13:05:08 +08:00
|
|
|
<?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">
|
2022-12-17 04:44:11 +08:00
|
|
|
<!-- Generated by graphviz version 7.0.2 (20221119.0110)
|
2022-12-02 13:05:08 +08:00
|
|
|
-->
|
|
|
|
<!-- Title: conversions/celsius_to_fahrenheit.c Pages: 1 -->
|
|
|
|
<svg width="124pt" height="93pt"
|
|
|
|
viewBox="0.00 0.00 124.00 93.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 89)">
|
|
|
|
<title>conversions/celsius_to_fahrenheit.c</title>
|
|
|
|
<!-- Node1 -->
|
|
|
|
<g id="node1" class="node">
|
|
|
|
<title>Node1</title>
|
|
|
|
<g id="a_node1"><a xlink:title="Conversion of temperature in degrees from Celsius to Fahrenheit.">
|
|
|
|
<polygon fill="#999999" stroke="#666666" points="110.5,-85 7.5,-85 7.5,-55 110.5,-55 110.5,-85"/>
|
|
|
|
<text text-anchor="start" x="15.5" y="-73" font-family="Helvetica,sans-Serif" font-size="10.00">conversions/celsius</text>
|
|
|
|
<text text-anchor="middle" x="59" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">_to_fahrenheit.c</text>
|
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node2 -->
|
|
|
|
<g id="node2" class="node">
|
|
|
|
<title>Node2</title>
|
|
|
|
<g id="a_node2"><a xlink:title=" ">
|
|
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="52,-19 0,-19 0,0 52,0 52,-19"/>
|
|
|
|
<text text-anchor="middle" x="26" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">assert.h</text>
|
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node2 -->
|
|
|
|
<g id="edge1" class="edge">
|
|
|
|
<title>Node1->Node2</title>
|
|
|
|
<path fill="none" stroke="#63b8ff" d="M50.84,-54.54C46.49,-46.82 41.09,-37.24 36.43,-28.99"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="39.6,-27.48 31.64,-20.49 33.5,-30.92 39.6,-27.48"/>
|
|
|
|
</g>
|
|
|
|
<!-- Node3 -->
|
|
|
|
<g id="node3" class="node">
|
|
|
|
<title>Node3</title>
|
|
|
|
<g id="a_node3"><a xlink:title=" ">
|
|
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="116,-19 70,-19 70,0 116,0 116,-19"/>
|
|
|
|
<text text-anchor="middle" x="93" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">stdio.h</text>
|
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node3 -->
|
|
|
|
<g id="edge2" class="edge">
|
|
|
|
<title>Node1->Node3</title>
|
|
|
|
<path fill="none" stroke="#63b8ff" d="M67.4,-54.54C71.89,-46.82 77.46,-37.24 82.25,-28.99"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="85.2,-30.89 87.2,-20.48 79.15,-27.37 85.2,-30.89"/>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
</svg>
|