mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
134 lines
6.6 KiB
XML
134 lines
6.6 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: min_printf Pages: 1 -->
|
||
|
<svg width="334pt" height="142pt"
|
||
|
viewBox="0.00 0.00 334.00 142.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 138)">
|
||
|
<title>min_printf</title>
|
||
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-138 330,-138 330,4 -4,4"/>
|
||
|
<!-- Node1 -->
|
||
|
<g id="node1" class="node">
|
||
|
<title>Node1</title>
|
||
|
<g id="a_node1"><a xlink:title="min_printf is the function same as printf">
|
||
|
<polygon fill="#bfbfbf" stroke="black" points="0,-57.5 0,-76.5 60,-76.5 60,-57.5 0,-57.5"/>
|
||
|
<text text-anchor="middle" x="30" y="-64.5" font-family="Helvetica,sans-Serif" font-size="10.00">min_printf</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#a409d428c337bf5476567a228274f49f1" target="_top" xlink:title="Returns specific required next character.">
|
||
|
<polygon fill="white" stroke="black" points="136,-114.5 136,-133.5 183,-133.5 183,-114.5 136,-114.5"/>
|
||
|
<text text-anchor="middle" x="159.5" y="-121.5" font-family="Helvetica,sans-Serif" font-size="10.00">get_ch</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node1->Node2 -->
|
||
|
<g id="edge1" class="edge">
|
||
|
<title>Node1->Node2</title>
|
||
|
<path fill="none" stroke="midnightblue" d="M45.45,-76.78C58.29,-85.14 77.79,-97.04 96,-105 105.49,-109.15 116.15,-112.75 125.96,-115.67"/>
|
||
|
<polygon fill="midnightblue" stroke="midnightblue" points="125.19,-119.1 135.77,-118.47 127.11,-112.36 125.19,-119.1"/>
|
||
|
</g>
|
||
|
<!-- Node3 -->
|
||
|
<g id="node3" class="node">
|
||
|
<title>Node3</title>
|
||
|
<g id="a_node3"><a xlink:href="../../d9/deb/min__printf_8h.html#aa61e2407aab2c75e9837c77cab937d03" target="_top" xlink:title="Takes width and precision specified from the format of the string.">
|
||
|
<polygon fill="white" stroke="black" points="96,-76.5 96,-95.5 223,-95.5 223,-76.5 96,-76.5"/>
|
||
|
<text text-anchor="middle" x="159.5" y="-83.5" font-family="Helvetica,sans-Serif" font-size="10.00">get_width_and_precision</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node1->Node3 -->
|
||
|
<g id="edge2" class="edge">
|
||
|
<title>Node1->Node3</title>
|
||
|
<path fill="none" stroke="midnightblue" d="M60.25,-71.36C68.08,-72.53 76.9,-73.84 85.97,-75.19"/>
|
||
|
<polygon fill="midnightblue" stroke="midnightblue" points="85.45,-78.65 95.86,-76.67 86.48,-71.73 85.45,-78.65"/>
|
||
|
</g>
|
||
|
<!-- Node6 -->
|
||
|
<g id="node6" class="node">
|
||
|
<title>Node6</title>
|
||
|
<g id="a_node6"><a xlink:href="../../d9/deb/min__printf_8h.html#a0a848efdf2ee124bba62e056eb9ab824" target="_top" xlink:title=" ">
|
||
|
<polygon fill="white" stroke="black" points="118.5,-0.5 118.5,-19.5 200.5,-19.5 200.5,-0.5 118.5,-0.5"/>
|
||
|
<text text-anchor="middle" x="159.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">print_int_value</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node1->Node6 -->
|
||
|
<g id="edge5" class="edge">
|
||
|
<title>Node1->Node6</title>
|
||
|
<path fill="none" stroke="midnightblue" d="M48.69,-57.39C61.63,-50.52 79.69,-41.25 96,-34 104.41,-30.26 113.6,-26.54 122.28,-23.18"/>
|
||
|
<polygon fill="midnightblue" stroke="midnightblue" points="123.69,-26.39 131.8,-19.56 121.2,-19.85 123.69,-26.39"/>
|
||
|
</g>
|
||
|
<!-- Node7 -->
|
||
|
<g id="node7" class="node">
|
||
|
<title>Node7</title>
|
||
|
<g id="a_node7"><a xlink:href="../../d9/deb/min__printf_8h.html#ad2f9a02e1d69f58e2fb1248f49d09f4b" target="_top" xlink:title="Prints one character on screen.">
|
||
|
<polygon fill="white" stroke="black" points="265,-38.5 265,-57.5 320,-57.5 320,-38.5 265,-38.5"/>
|
||
|
<text text-anchor="middle" x="292.5" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">put_char</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node1->Node7 -->
|
||
|
<g id="edge8" class="edge">
|
||
|
<title>Node1->Node7</title>
|
||
|
<path fill="none" stroke="midnightblue" d="M60.12,-64.88C107.82,-61.4 202.5,-54.49 254.74,-50.68"/>
|
||
|
<polygon fill="midnightblue" stroke="midnightblue" points="255.19,-54.16 264.91,-49.94 254.68,-47.18 255.19,-54.16"/>
|
||
|
</g>
|
||
|
<!-- Node4 -->
|
||
|
<g id="node4" class="node">
|
||
|
<title>Node4</title>
|
||
|
<g id="a_node4"><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="261,-114.5 261,-133.5 324,-133.5 324,-114.5 261,-114.5"/>
|
||
|
<text text-anchor="middle" x="292.5" y="-121.5" font-family="Helvetica,sans-Serif" font-size="10.00">is_number</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node3->Node4 -->
|
||
|
<g id="edge3" class="edge">
|
||
|
<title>Node3->Node4</title>
|
||
|
<path fill="none" stroke="midnightblue" d="M193.56,-95.59C211.03,-100.66 232.63,-106.92 251.09,-112.28"/>
|
||
|
<polygon fill="midnightblue" stroke="midnightblue" points="250.12,-115.64 260.7,-115.07 252.07,-108.92 250.12,-115.64"/>
|
||
|
</g>
|
||
|
<!-- Node5 -->
|
||
|
<g id="node5" class="node">
|
||
|
<title>Node5</title>
|
||
|
<g id="a_node5"><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="263.5,-76.5 263.5,-95.5 321.5,-95.5 321.5,-76.5 263.5,-76.5"/>
|
||
|
<text text-anchor="middle" x="292.5" y="-83.5" font-family="Helvetica,sans-Serif" font-size="10.00">unget_ch</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node3->Node5 -->
|
||
|
<g id="edge4" class="edge">
|
||
|
<title>Node3->Node5</title>
|
||
|
<path fill="none" stroke="midnightblue" d="M223.31,-86C233.52,-86 243.82,-86 253.21,-86"/>
|
||
|
<polygon fill="midnightblue" stroke="midnightblue" points="253.37,-89.5 263.37,-86 253.37,-82.5 253.37,-89.5"/>
|
||
|
</g>
|
||
|
<!-- Node6->Node7 -->
|
||
|
<g id="edge6" class="edge">
|
||
|
<title>Node6->Node7</title>
|
||
|
<path fill="none" stroke="midnightblue" d="M193.56,-19.59C212.27,-25.02 235.72,-31.82 254.98,-37.41"/>
|
||
|
<polygon fill="midnightblue" stroke="midnightblue" points="254.05,-40.78 264.62,-40.2 256,-34.06 254.05,-40.78"/>
|
||
|
</g>
|
||
|
<!-- Node8 -->
|
||
|
<g id="node8" class="node">
|
||
|
<title>Node8</title>
|
||
|
<g id="a_node8"><a xlink:href="../../d9/deb/min__printf_8h.html#a8d68ec60643cacdb402176549565754e" target="_top" xlink:title="Reverses a string using two pointer algorithm">
|
||
|
<polygon fill="white" stroke="black" points="259,-0.5 259,-19.5 326,-19.5 326,-0.5 259,-0.5"/>
|
||
|
<text text-anchor="middle" x="292.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">reverse_str</text>
|
||
|
</a>
|
||
|
</g>
|
||
|
</g>
|
||
|
<!-- Node6->Node8 -->
|
||
|
<g id="edge7" class="edge">
|
||
|
<title>Node6->Node8</title>
|
||
|
<path fill="none" stroke="midnightblue" d="M200.52,-10C215.68,-10 233,-10 248.43,-10"/>
|
||
|
<polygon fill="midnightblue" stroke="midnightblue" points="248.76,-13.5 258.76,-10 248.76,-6.5 248.76,-13.5"/>
|
||
|
</g>
|
||
|
</g>
|
||
|
</svg>
|