TheAlgorithms-C/d9/deb/min__printf_8h_a33e08c05f8c656a0fee465c2e8d2ecf9_cgraph.svg

211 lines
10 KiB
XML
Raw Normal View History

<?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 8.0.2 (20230410.1723)
-->
<!-- Title: min_printf Pages: 1 -->
<svg width="474pt" height="289pt"
viewBox="0.00 0.00 474.00 289.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 285)">
<title>min_printf</title>
<!-- 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="#999999" stroke="#666666" points="59,-187 0,-187 0,-168 59,-168 59,-187"/>
<text text-anchor="middle" x="29.5" y="-175" 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="#666666" points="180,-281 134,-281 134,-262 180,-262 180,-281"/>
<text text-anchor="middle" x="157" y="-269" font-family="Helvetica,sans-Serif" font-size="10.00">get_ch</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="#63b8ff" d="M36.12,-187.24C45.96,-203.43 67.88,-235.85 95,-253.5 103.4,-258.97 113.52,-262.82 123.08,-265.52"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="121.97,-269.1 132.52,-268.1 123.65,-262.3 121.97,-269.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="#666666" points="219,-244 95,-244 95,-225 219,-225 219,-244"/>
<text text-anchor="middle" x="157" y="-232" font-family="Helvetica,sans-Serif" font-size="10.00">get_width_and_precision</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node1&#45;&gt;Node3</title>
<path fill="none" stroke="#63b8ff" d="M48.62,-187.37C61.42,-194.2 79.06,-203.31 95,-210.5 102.65,-213.95 110.94,-217.4 118.89,-220.57"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="117.45,-224.16 128.04,-224.55 120,-217.64 117.45,-224.16"/>
</g>
<!-- Node6 -->
<g id="node6" class="node">
<title>Node6</title>
<g id="a_node6"><a xlink:href="../../d9/deb/min__printf_8h.html#a4d63203d920bebd6a96f5f4aeccb21e5" target="_top" xlink:title="The algorithm here is also the same as the print_int_value function.">
<polygon fill="white" stroke="#666666" points="206,-168 108,-168 108,-149 206,-149 206,-168"/>
<text text-anchor="middle" x="157" y="-156" font-family="Helvetica,sans-Serif" font-size="10.00">print_double_value</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node6 -->
<g id="edge5" class="edge">
<title>Node1&#45;&gt;Node6</title>
<path fill="none" stroke="#63b8ff" d="M59.29,-173.14C70.49,-171.45 83.74,-169.44 96.8,-167.46"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="97.3,-170.78 106.66,-165.82 96.25,-163.85 97.3,-170.78"/>
</g>
<!-- Node9 -->
<g id="node9" class="node">
<title>Node9</title>
<g id="a_node9"><a xlink:href="../../d9/deb/min__printf_8h.html#a0a848efdf2ee124bba62e056eb9ab824" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="350,-207 270,-207 270,-188 350,-188 350,-207"/>
<text text-anchor="middle" x="310" y="-195" font-family="Helvetica,sans-Serif" font-size="10.00">print_int_value</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node9 -->
<g id="edge12" class="edge">
<title>Node1&#45;&gt;Node9</title>
<path fill="none" stroke="#63b8ff" d="M59.26,-179.57C106.39,-182.95 200.66,-189.72 258.94,-193.9"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="258.51,-197.46 268.74,-194.68 259.01,-190.47 258.51,-197.46"/>
</g>
<!-- Node10 -->
<g id="node10" class="node">
<title>Node10</title>
<g id="a_node10"><a xlink:href="../../d9/deb/min__printf_8h.html#ad2f9a02e1d69f58e2fb1248f49d09f4b" target="_top" xlink:title="Prints one character on screen.">
<polygon fill="white" stroke="#666666" points="460.5,-76 406.5,-76 406.5,-57 460.5,-57 460.5,-76"/>
<text text-anchor="middle" x="433.5" y="-64" font-family="Helvetica,sans-Serif" font-size="10.00">put_char</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node10 -->
<g id="edge15" class="edge">
<title>Node1&#45;&gt;Node10</title>
<path fill="none" stroke="#63b8ff" d="M45.72,-167.58C80.83,-145.37 170.91,-92.13 255,-73.5 302.75,-62.92 359.46,-62.76 395.7,-64.17"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="395.11,-67.7 405.26,-64.65 395.43,-60.7 395.11,-67.7"/>
</g>
<!-- Node12 -->
<g id="node12" class="node">
<title>Node12</title>
<g id="a_node12"><a xlink:href="../../d9/deb/min__printf_8h.html#af569209570eca8bc6770fb7d9dc873e6" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="189.5,-19 124.5,-19 124.5,0 189.5,0 189.5,-19"/>
<text text-anchor="middle" x="157" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">print_string</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node12 -->
<g id="edge13" class="edge">
<title>Node1&#45;&gt;Node12</title>
<path fill="none" stroke="#63b8ff" d="M32.25,-167.63C37.29,-141.97 54.19,-72.47 95,-33.5 100.55,-28.21 107.4,-24.03 114.48,-20.76"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="115.23,-23.83 123.19,-16.84 112.61,-17.34 115.23,-23.83"/>
</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="#666666" points="341,-281 279,-281 279,-262 341,-262 341,-281"/>
<text text-anchor="middle" x="310" y="-269" font-family="Helvetica,sans-Serif" font-size="10.00">is_number</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<title>Node3&#45;&gt;Node4</title>
<path fill="none" stroke="#63b8ff" d="M198.47,-244.42C220.14,-249.73 246.76,-256.25 268.45,-261.56"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="267.42,-265.16 277.97,-264.14 269.09,-258.36 267.42,-265.16"/>
</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&#45;&gt;buffr_char">
<polygon fill="white" stroke="#666666" points="338,-244 282,-244 282,-225 338,-225 338,-244"/>
<text text-anchor="middle" x="310" y="-232" font-family="Helvetica,sans-Serif" font-size="10.00">unget_ch</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node5 -->
<g id="edge4" class="edge">
<title>Node3&#45;&gt;Node5</title>
<path fill="none" stroke="#63b8ff" d="M219.42,-234.5C236.89,-234.5 255.42,-234.5 271.05,-234.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="270.87,-238 280.87,-234.5 270.87,-231 270.87,-238"/>
</g>
<!-- Node7 -->
<g id="node7" class="node">
<title>Node7</title>
<g id="a_node7"><a xlink:href="../../d9/deb/min__printf_8h.html#aefb40d94d5d9fa2a28bc64755dde096f" target="_top" xlink:title="Calculates the number of digits in a number.">
<polygon fill="white" stroke="#666666" points="365,-133 255,-133 255,-114 365,-114 365,-133"/>
<text text-anchor="middle" x="310" y="-121" font-family="Helvetica,sans-Serif" font-size="10.00">get_number_of_digits</text>
</a>
</g>
</g>
<!-- Node6&#45;&gt;Node7 -->
<g id="edge6" class="edge">
<title>Node6&#45;&gt;Node7</title>
<path fill="none" stroke="#63b8ff" d="M200.87,-148.56C217.84,-144.63 237.54,-140.06 255.44,-135.91"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="256.07,-139.13 265.03,-133.46 254.49,-132.31 256.07,-139.13"/>
</g>
<!-- Node8 -->
<g id="node8" class="node">
<title>Node8</title>
<g id="a_node8"><a xlink:href="../../d9/deb/min__printf_8h.html#a8421f89b76edcf21292c5100bfca586b" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="347.5,-170 272.5,-170 272.5,-151 347.5,-151 347.5,-170"/>
<text text-anchor="middle" x="310" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">power_of_ten</text>
</a>
</g>
</g>
<!-- Node6&#45;&gt;Node8 -->
<g id="edge7" class="edge">
<title>Node6&#45;&gt;Node8</title>
<path fill="none" stroke="#63b8ff" d="M206.19,-159.14C223.84,-159.37 243.78,-159.64 261.37,-159.87"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="261.21,-163.38 271.26,-160.01 261.31,-156.38 261.21,-163.38"/>
</g>
<!-- Node6&#45;&gt;Node9 -->
<g id="edge8" class="edge">
<title>Node6&#45;&gt;Node9</title>
<path fill="none" stroke="#63b8ff" d="M196.49,-168.44C215.77,-173.42 239.31,-179.5 259.87,-184.81"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="258.76,-188.4 269.31,-187.51 260.51,-181.62 258.76,-188.4"/>
</g>
<!-- Node6&#45;&gt;Node10 -->
<g id="edge11" class="edge">
<title>Node6&#45;&gt;Node10</title>
<path fill="none" stroke="#63b8ff" d="M172.82,-148.66C191.31,-136.79 224.27,-117 255,-105.5 302,-87.91 359.11,-77.12 395.63,-71.47"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="395.89,-74.82 405.27,-69.89 394.86,-67.9 395.89,-74.82"/>
</g>
<!-- Node9&#45;&gt;Node10 -->
<g id="edge9" class="edge">
<title>Node9&#45;&gt;Node10</title>
<path fill="none" stroke="#63b8ff" d="M350.48,-188.06C355.68,-185.78 360.69,-182.97 365,-179.5 395.89,-154.67 415.91,-111.62 425.61,-86.43"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="429.18,-87.84 429.34,-77.25 422.61,-85.43 429.18,-87.84"/>
</g>
<!-- Node11 -->
<g id="node11" class="node">
<title>Node11</title>
<g id="a_node11"><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="#666666" points="466,-207 401,-207 401,-188 466,-188 466,-207"/>
<text text-anchor="middle" x="433.5" y="-195" font-family="Helvetica,sans-Serif" font-size="10.00">reverse_str</text>
</a>
</g>
</g>
<!-- Node9&#45;&gt;Node11 -->
<g id="edge10" class="edge">
<title>Node9&#45;&gt;Node11</title>
<path fill="none" stroke="#63b8ff" d="M350.45,-197.5C362.99,-197.5 376.92,-197.5 389.68,-197.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="389.54,-201 399.54,-197.5 389.54,-194 389.54,-201"/>
</g>
<!-- Node12&#45;&gt;Node10 -->
<g id="edge14" class="edge">
<title>Node12&#45;&gt;Node10</title>
<path fill="none" stroke="#63b8ff" d="M189.87,-9.87C231.1,-11.1 304.76,-15.85 365,-33.5 379.38,-37.71 394.44,-44.79 406.68,-51.31"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="404.77,-54.81 415.22,-56.58 408.16,-48.68 404.77,-54.81"/>
</g>
</g>
</svg>