summaryrefslogtreecommitdiff
path: root/docs.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs.html')
-rw-r--r--docs.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs.html b/docs.html
index f3a7b12..f8e0022 100644
--- a/docs.html
+++ b/docs.html
@@ -132,7 +132,7 @@
<p class="date">November XXIII MMXXII</p>
<p class="copyright">Copyright Gabriel Jensen</p>
<p class="title">the Zap Algorithmics Interfaces</p>
- <p class="edition">Edition XXI</p>
+ <p class="edition">Edition XXI<sub> amd. I</sub></p>
<div class="line"></div>
</div>
<div class="chapter">
@@ -756,7 +756,7 @@
<div class="section">
<p class="sectionTitle" id="symbols_mem">mem</p>
<div class="code">
- <p>typedef struct /* see below */ zap_mem;</p>
+ <p>typedef struct {void * ptr;zap_sz sz} zap_mem;</p>
</div>
<br />
<p>A structure type for holding information about memory blocks returned by <i>alloc</i>. It has the members <i>ptr</i> of the built-in type <i>void *</i> and <i>len</i> of the type <i>sz</i> (in that order).</p>