<?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 12.2.1 (20241206.2353) --> <!-- Title: strrev Pages: 1 --> <svg width="250pt" height="27pt" viewBox="0.00 0.00 250.25 27.25" 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 23.25)"> <title>strrev</title> <!-- Node1 --> <g id="Node000001" class="node"> <title>Node1</title> <g id="a_Node000001"><a xlink:title="逆にした文字列を返す"> <polygon fill="#999999" stroke="#666666" points="40.75,-19.25 0,-19.25 0,0 40.75,0 40.75,-19.25"/> <text text-anchor="middle" x="20.38" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">strrev</text> </a> </g> </g> <!-- Node2 --> <g id="Node000002" class="node"> <title>Node2</title> <g id="a_Node000002"><a xlink:href="cmem_8c.html#aff54004f8d4f59b7ad933d53ae4e1f53" target="_top" xlink:title="malloc_chkを実行してメモリを確保し、コピーした文字列を返す"> <polygon fill="white" stroke="#666666" points="140.75,-19.25 76.75,-19.25 76.75,0 140.75,0 140.75,-19.25"/> <text text-anchor="middle" x="108.75" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">strdup_chk</text> </a> </g> </g> <!-- Node1->Node2 --> <g id="edge1_Node000001_Node000002" class="edge"> <title>Node1->Node2</title> <g id="a_edge1_Node000001_Node000002"><a xlink:title=" "> <path fill="none" stroke="#63b8ff" d="M40.97,-9.62C48.16,-9.62 56.6,-9.62 65.02,-9.62"/> <polygon fill="#63b8ff" stroke="#63b8ff" points="64.86,-13.13 74.86,-9.63 64.86,-6.13 64.86,-13.13"/> </a> </g> </g> <!-- Node3 --> <g id="Node000003" class="node"> <title>Node3</title> <g id="a_Node000003"><a xlink:href="cmem_8c.html#ab59996fd09e57355900e5d0f6a772297" target="_top" xlink:title="mallocを実行し、0で初期化する"> <polygon fill="white" stroke="#666666" points="242.25,-19.25 176.75,-19.25 176.75,0 242.25,0 242.25,-19.25"/> <text text-anchor="middle" x="209.5" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">malloc_chk</text> </a> </g> </g> <!-- Node2->Node3 --> <g id="edge2_Node000002_Node000003" class="edge"> <title>Node2->Node3</title> <g id="a_edge2_Node000002_Node000003"><a xlink:title=" "> <path fill="none" stroke="#63b8ff" d="M141,-9.62C148.68,-9.62 157.04,-9.62 165.18,-9.62"/> <polygon fill="#63b8ff" stroke="#63b8ff" points="164.93,-13.13 174.93,-9.63 164.93,-6.13 164.93,-13.13"/> </a> </g> </g> </g> </svg>