summaryrefslogtreecommitdiffstats
path: root/tapsets/API-ulong-arg.html
diff options
authorFrank Ch. Eigler <fche@redhat.com>2024-04-26 18:22:38 -0400
committerFrank Ch. Eigler <fche@redhat.com>2024-04-26 18:22:38 -0400
commit5867223c8e0a8ab505d4a7960e4113e25e154f07 (patch)
treed4e33b64a461359792c979c1858c962759845dd2 /tapsets/API-ulong-arg.html
parentremoved tutorial/* bits (diff)
add new tapsets/*.html
Diffstat (limited to 'tapsets/API-ulong-arg.html')
-rw-r--r--tapsets/API-ulong-arg.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tapsets/API-ulong-arg.html b/tapsets/API-ulong-arg.html
index 3eaf124f..1285a328 100644
--- a/tapsets/API-ulong-arg.html
+++ b/tapsets/API-ulong-arg.html
@@ -2,9 +2,9 @@
2 Return function argument as unsigned long 2 Return function argument as unsigned long
3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting"> 3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting">
4 ulong_arg:long(n:long) 4 ulong_arg:long(n:long)
5</pre></div><div class="refsect1"><a name="idm46353909389264"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>n</code></em></span></dt><dd><p> 5</pre></div><div class="refsect1"><a name="id1614"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>n</code></em></span></dt><dd><p>
6 index of argument to return 6 index of argument to return
7 </p></dd></dl></div></div><div class="refsect1"><a name="idm46353909386208"></a><h2>Description</h2><p> 7 </p></dd></dl></div></div><div class="refsect1"><a name="id1615"></a><h2>Description</h2><p>
8 Return the value of argument n as an unsigned long. 8 Return the value of argument n as an unsigned long.
9 On architectures where a long is 32 bits, the value is zero-extended 9 On architectures where a long is 32 bits, the value is zero-extended
10 to 64 bits. 10 to 64 bits.