mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
53 lines
2.5 KiB
XML
53 lines
2.5 KiB
XML
|
<?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.49.2 (20211016.1639)
|
||
|
-->
|
||
|
<!-- Title: get_width_and_precision Pages: 1 -->
|
||
|
<svg width="234pt" height="66pt"
|
||
|
viewBox="0.00 0.00 234.00 66.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 62)">
|
||
|
<title>get_width_and_precision</title>
|
||
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-62 230,-62 230,4 -4,4"/>
|
||
|
<!-- Node1 -->
|
||
|
<g id="node1" class="node">
|
||
|
<title>Node1</title>
|
||
|
<g id="a_node1"><a xlink:title="Takes width and precision specified from the format of the string.">
|
||
|
<polygon fill="#bfbfbf" stroke="black" points="0,-19.5 0,-38.5 127,-38.5 127,-19.5 0,-19.5"/>
|
||
|
<text text-anchor="middle" x="63.5" y="-26.5" font-family="Helvetica,sans-Serif" font-size="10.00">get_width_and_precision</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node2 -->
|
||
|
<g id="node2" class="node">
|
||
|
<title>Node2</title>
|
||
|
<g id="a_node2"><a xlink:href="../../d9/deb/min__printf_8h.html#ad4908ab912d8dc481225e33ca3285c21" target="_top" xlink:title="Checks if a character is a number.">
|
||
|
<polygon fill="white" stroke="black" points="163,-38.5 163,-57.5 226,-57.5 226,-38.5 163,-38.5"/>
|
||
|
<text text-anchor="middle" x="194.5" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">is_number</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node1->Node2 -->
|
||
|
<g id="edge1" class="edge">
|
||
|
<title>Node1->Node2</title>
|
||
|
<path fill="none" stroke="midnightblue" d="M127.11,-38.22C135.87,-39.51 144.67,-40.81 152.87,-42.02"/>
|
||
|
<polygon fill="midnightblue" stroke="midnightblue" points="152.49,-45.5 162.89,-43.49 153.51,-38.57 152.49,-45.5"/>
|
||
|
</g>
|
||
|
<!-- Node3 -->
|
||
|
<g id="node3" class="node">
|
||
|
<title>Node3</title>
|
||
|
<g id="a_node3"><a xlink:href="../../d9/deb/min__printf_8h.html#aa8a17b7d234a2fb2174da02074a14055" target="_top" xlink:title="Stores character to the buffer->buffr_char">
|
||
|
<polygon fill="white" stroke="black" points="165.5,-0.5 165.5,-19.5 223.5,-19.5 223.5,-0.5 165.5,-0.5"/>
|
||
|
<text text-anchor="middle" x="194.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">unget_ch</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node1->Node3 -->
|
||
|
<g id="edge2" class="edge">
|
||
|
<title>Node1->Node3</title>
|
||
|
<path fill="none" stroke="midnightblue" d="M127.11,-19.78C136.71,-18.36 146.36,-16.94 155.22,-15.64"/>
|
||
|
<polygon fill="midnightblue" stroke="midnightblue" points="155.82,-19.09 165.2,-14.17 154.8,-12.16 155.82,-19.09"/>
|
||
|
</g>
|
||
|
</g>
|
||
|
</svg>
|