summaryrefslogtreecommitdiffstats
path: root/tapsets/API-set-user-string-n.html
diff options
authorfche <fche>2019-11-18 23:02:32 +0000
committerfche <fche>2019-11-18 23:02:32 +0000
commit2b530276a856cab0b182178ad37d6c4126454db3 (patch)
tree6a39048a45a1876b735905d9505cf6859f5bffd1 /tapsets/API-set-user-string-n.html
parentadd new langref/*.html (diff)
removed man pages
Diffstat (limited to 'tapsets/API-set-user-string-n.html')
-rw-r--r--tapsets/API-set-user-string-n.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tapsets/API-set-user-string-n.html b/tapsets/API-set-user-string-n.html
index 0e8e8b17..7a591802 100644
--- a/tapsets/API-set-user-string-n.html
+++ b/tapsets/API-set-user-string-n.html
@@ -2,13 +2,13 @@
2 Writes a string of given length to user memory 2 Writes a string of given length to user memory
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 set_user_string_n(addr:long,n:long,val:string) 4 set_user_string_n(addr:long,n:long,val:string)
5</pre></div><div class="refsect1"><a name="idp71187200888784"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>addr</code></em></span></dt><dd><p> 5</pre></div><div class="refsect1"><a name="idp71620147731728"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>addr</code></em></span></dt><dd><p>
6 The user address to write the string to 6 The user address to write the string to
7 </p></dd><dt><span class="term"><em class="parameter"><code>n</code></em></span></dt><dd><p> 7 </p></dd><dt><span class="term"><em class="parameter"><code>n</code></em></span></dt><dd><p>
8 The maximum length of the string 8 The maximum length of the string
9 </p></dd><dt><span class="term"><em class="parameter"><code>val</code></em></span></dt><dd><p> 9 </p></dd><dt><span class="term"><em class="parameter"><code>val</code></em></span></dt><dd><p>
10 The string which is to be written 10 The string which is to be written
11 </p></dd></dl></div></div><div class="refsect1"><a name="idp71187200896000"></a><h2>Description</h2><p> 11 </p></dd></dl></div></div><div class="refsect1"><a name="idp71620147738944"></a><h2>Description</h2><p>
12 Writes the given string up to a maximum given length to a given 12 Writes the given string up to a maximum given length to a given
13 user memory address. Reports an error on string copy fault. 13 user memory address. Reports an error on string copy fault.
14 Requires the use of guru mode (-g). 14 Requires the use of guru mode (-g).