1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="https://www.dublincore.org/specifications/dublin-core/dcmi-terms/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)"
xmlns="http://www.w3.org/2000/svg"
version="1.1"
viewBox="0 0 545.6 296.6"
inkscape:export-xdpi="79"
inkscape:export-ydpi="79">
<metadata>
<rdf:RDF>
<dc:type>still image</dc:type>
<dc:format>image/svg+xml</dc:format>
<dc:title>Gawk: Effective AWK Programming - Loading the extension</dc:title>
<dc:description>https://www.gnu.org/software/gawk/manual/gawk.html#figure_002dload_002dextension</dc:description>
<dc:date>2025</dc:date>
<dc:source>https://git.savannah.gnu.org/cgit/gawk.git/tree/doc/gawk_api-figure2.eps</dc:source>
<dc:rights>
<dc:rightsHolder>Free software Foundation, Inc.</dc:rightsHolder>
<dc:license>https://www.gnu.org/licenses/fdl.html</dc:license>
</dc:rights>
</rdf:RDF>
</metadata>
<defs>
<pattern
inkscape:collect="always"
xlink:href="#Strips1_5"
id="hatching"
patternTransform="matrix(0.3,0.6,60,-40,0,0)" />
<pattern
inkscape:collect="always"
patternUnits="userSpaceOnUse"
width="6"
height="1"
id="Strips1_5"
inkscape:stockid="Stripes 1:5">
<rect
style="fill:black;stroke:none"
x="0"
y="-0.5"
width="1"
height="2" />
</pattern>
</defs>
<g
style="stroke:#000;stroke-width:1">
<g
style="fill:none">
<path
d="m 78,172.3 a 162,162 0 0 1 79.1,-97 162,162 0 0 1 124.9,-12.9"
id="curve1" />
<path
d="m 149.5,178 a 92,92 0 0 1 41.7,-80.9 92,92 0 0 1 91.1,-5.3"
id="curve2" />
<path
d="m 198.5,170.9 a 50,50 0 0 1 23,-53 50,50 0 0 1 60.5,4"
id="curve3" />
<g
id="api">
<rect
x="263" y="54" width="45" height="90" />
<path
d="m 263,69 h 45 m -45,15 h 45 m -45,15 h 45 m -45,15 h 45 m -45,15 h 45" />
</g>
</g>
<path
style="fill:#fff"
d="m 36.4,260 h 298.6 v -80 h -298.6 z"
id="main" />
<path
style="fill:#ccc;"
d="m 335,260 h 174 v -80 h -174 z"
id="extension" />
<g
style="fill:url(#hatching)">
<rect
x=" 65" y="180" width="23" height="80"
id="slot1" />
<rect
x="137" y="180" width="23" height="80"
id="slot2" />
<rect
x="186" y="180" width="28" height="80"
id="slot3" />
</g>
</g>
<g
style="fill:#000;stroke:#000;stroke-width:1">
<path
d="m 76.1,169 0.34,10.4 4.6,-9.3 z"
id="arrowhead1" />
<path
d="m 146.9,169.5 2.77,10.1 2.3,-10.2 z"
id="arrowhead2" />
<path
d="m 195.8,169.5 4.3,9.6 0.76,-10.4 z"
id="arrowhead3" />
</g>
<g
id="thick-arrow">
<path
style="fill:none;stroke:#000;stroke-width:8"
id="curve4"
d="m 321,72.1 a 88,88 0 0 1 70,20 88,88 0 0 1 31,66" />
<path
d="m 418.05,158.1 4.1,10.1 3.8,-10.2 z"
id="arrowhead4"
style="fill:#000;stroke:#000;stroke-width:0.1;" />
</g>
<g>
</g>
<text
style="font-weight:bold;font-size:15px;font-family:FreeMono, monospace;-inkscape-font-specification:'FreeMono'"
x="367" y="62">dl_load(api_p, id);
</text>
<text
style="font-size:16px;font-family:'Fira Sans','FreeSans',sans-serif;font-weight:600;-inkscape-font-specification:'Fira Sans Semi-Bold'"
text-anchor="middle">
<tspan
x="285.5" y="19">API</tspan>
<tspan
style="font-weight:normal;-inkscape-font-specification:'Fira Sans'"
x="285.5" dy="16">Struct</tspan>
<tspan
style="font-weight:500;-inkscape-font-specification:'Fira Sans Medium'"
x="185.7" y="285">gawk Main Program Address Space</tspan>
<tspan
x="422" dy="0">Extension</tspan>
</text>
</svg>
|