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">
|
2023-04-08 03:38:36 +08:00
|
|
|
<!-- Generated by graphviz version 8.0.1 (20230327.1645)
|
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>
|
2023-04-08 03:38:36 +08:00
|
|
|
<path fill="none" stroke="#63b8ff" d="M50.84,-54.54C46.44,-46.74 40.96,-37.03 36.27,-28.71"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="38.86,-27.17 30.89,-20.18 32.76,-30.6 38.86,-27.17"/>
|
2022-12-02 13:05:08 +08:00
|
|
|
</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>
|
2023-04-08 03:38:36 +08:00
|
|
|
<path fill="none" stroke="#63b8ff" d="M67.4,-54.54C71.99,-46.65 77.71,-36.81 82.58,-28.44"/>
|
|
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="85.96,-30.58 87.96,-20.18 79.91,-27.06 85.96,-30.58"/>
|
2022-12-02 13:05:08 +08:00
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
</svg>
|