2021-10-26 03:34:27 +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 10:33:46 +08:00
<!-- Generated by graphviz version 7.0.4 (20221203.1631)
2021-10-26 03:34:27 +08:00
-->
<!-- Title: main Pages: 1 -->
2022-09-08 08:17:03 +08:00
<svg width= "278pt" height= "82pt"
viewBox="0.00 0.00 278.00 82.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 78)" >
2021-10-26 03:34:27 +08:00
<title > main</title>
<!-- Node1 -->
<g id= "node1" class= "node" >
<title > Node1</title>
<g id= "a_node1" > <a xlink:title= "Main function." >
2022-09-08 08:17:03 +08:00
<polygon fill= "#999999" stroke= "#666666" points= "38,-46 0,-46 0,-27 38,-27 38,-46" />
<text text-anchor= "middle" x= "19" y= "-34" font-family= "Helvetica,sans-Serif" font-size= "10.00" > main</text>
2021-10-26 03:34:27 +08:00
</a>
</g>
</g>
<!-- Node2 -->
<g id= "node2" class= "node" >
<title > Node2</title>
<g id= "a_node2" > <a xlink:href= "../../df/d43/postfix__evaluation_8c.html#aa8dca7b867074164d5f45b0f3851269d" target= "_top" xlink:title= "Self-test implementations." >
2022-09-08 08:17:03 +08:00
<polygon fill= "white" stroke= "#666666" points= "107,-46 74,-46 74,-27 107,-27 107,-46" />
<text text-anchor= "middle" x= "90.5" y= "-34" font-family= "Helvetica,sans-Serif" font-size= "10.00" > test</text>
2021-10-26 03:34:27 +08:00
</a>
</g>
</g>
<!-- Node1->Node2 -->
<g id= "edge1" class= "edge" >
<title > Node1- > Node2</title>
2022-11-02 14:20:05 +08:00
<path fill= "none" stroke= "#63b8ff" d= "M38.26,-36.5C45.72,-36.5 54.5,-36.5 62.66,-36.5" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "62.44,-40 72.44,-36.5 62.44,-33 62.44,-40" />
2021-10-26 03:34:27 +08:00
</g>
<!-- Node3 -->
<g id= "node3" class= "node" >
<title > Node3</title>
<g id= "a_node3" > <a xlink:href= "../../df/d43/postfix__evaluation_8c.html#a4494492c8fc2509f602acc8228a3b623" target= "_top" xlink:title= "Function to evaluate postfix expression." >
2022-09-08 08:17:03 +08:00
<polygon fill= "white" stroke= "#666666" points= "196,-46 143,-46 143,-27 196,-27 196,-46" />
<text text-anchor= "middle" x= "169.5" y= "-34" font-family= "Helvetica,sans-Serif" font-size= "10.00" > evaluate</text>
2021-10-26 03:34:27 +08:00
</a>
</g>
</g>
<!-- Node2->Node3 -->
<g id= "edge2" class= "edge" >
<title > Node2- > Node3</title>
2022-11-02 14:20:05 +08:00
<path fill= "none" stroke= "#63b8ff" d= "M107.45,-36.5C114.42,-36.5 122.91,-36.5 131.31,-36.5" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "131.05,-40 141.05,-36.5 131.05,-33 131.05,-40" />
2021-10-26 03:34:27 +08:00
</g>
<!-- Node4 -->
<g id= "node4" class= "node" >
<title > Node4</title>
<g id= "a_node4" > <a xlink:href= "../../df/d43/postfix__evaluation_8c.html#a8546e4b3f61be1f09ce47f428116ad7d" target= "_top" xlink:title= "Function to pop from the stack." >
2022-09-08 08:17:03 +08:00
<polygon fill= "white" stroke= "#666666" points= "267,-74 235,-74 235,-55 267,-55 267,-74" />
<text text-anchor= "middle" x= "251" y= "-62" font-family= "Helvetica,sans-Serif" font-size= "10.00" > pop</text>
2021-10-26 03:34:27 +08:00
</a>
</g>
</g>
<!-- Node3->Node4 -->
<g id= "edge3" class= "edge" >
<title > Node3- > Node4</title>
2022-11-02 14:20:05 +08:00
<path fill= "none" stroke= "#63b8ff" d= "M196.09,-45.51C205.03,-48.66 215.06,-52.2 224.03,-55.35" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "222.63,-58.57 233.23,-58.59 224.96,-51.97 222.63,-58.57" />
2021-10-26 03:34:27 +08:00
</g>
<!-- Node5 -->
<g id= "node5" class= "node" >
<title > Node5</title>
2022-09-08 08:17:03 +08:00
<g id= "a_node5" > <a xlink:href= "../../db/d0c/infix__to__postfix_8c.html#a613462735d30cae1b85b606ecab30554" target= "_top" xlink:title= "push function" >
<polygon fill= "white" stroke= "#666666" points= "270,-19 232,-19 232,0 270,0 270,-19" />
<text text-anchor= "middle" x= "251" y= "-7" font-family= "Helvetica,sans-Serif" font-size= "10.00" > push</text>
2021-10-26 03:34:27 +08:00
</a>
</g>
</g>
<!-- Node3->Node5 -->
<g id= "edge4" class= "edge" >
<title > Node3- > Node5</title>
2022-11-02 14:20:05 +08:00
<path fill= "none" stroke= "#63b8ff" d= "M196.09,-27.81C203.93,-25.15 212.61,-22.2 220.67,-19.46" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "221.74,-22.8 230.08,-16.27 219.49,-16.17 221.74,-22.8" />
2022-09-08 08:17:03 +08:00
</g>
<!-- Node5->Node5 -->
<g id= "edge5" class= "edge" >
<title > Node5- > Node5</title>
2022-11-02 14:20:05 +08:00
<path fill= "none" stroke= "#63b8ff" d= "M238.24,-19.37C232.42,-27.94 236.67,-37 251,-37 258.61,-37 263.38,-34.44 265.3,-30.76" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "268.77,-30.31 263.96,-20.87 261.84,-31.25 268.77,-30.31" />
2021-10-26 03:34:27 +08:00
</g>
</g>
</svg>