changeset 473:091a1e4ae051

entered: chdir chmod qsort strass toupper tsleep wait
author roug
date Sun, 06 Oct 2002 09:10:36 +0000
parents f0c8d53e5a50
children 31ce96b2dc9d
files docs/ccguide/strass.refentry
diffstat 1 files changed, 10 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/docs/ccguide/strass.refentry	Sun Oct 06 09:10:36 2002 +0000
+++ b/docs/ccguide/strass.refentry	Sun Oct 06 09:10:36 2002 +0000
@@ -8,7 +8,9 @@
 <funcsynopsis>
 <funcprototype>
   <funcdef><function>_strass</function></funcdef>
-  <paramdef>type <parameter>arg1</parameter></paramdef>
+  <paramdef>char *<parameter>s1</parameter></paramdef>
+  <paramdef>char *<parameter>s2</parameter></paramdef>
+  <paramdef>int <parameter>count</parameter></paramdef>
 </funcprototype>
 </funcsynopsis>
 
@@ -16,7 +18,13 @@
 
 <refsect1><title>Description</title>
 <para>
-Placeholder
+Until such time as the compiler can deal with structure
+assignment, this function is useful for copying one structure
+to another.
+</para>
+<para>
+"Count" bytes are copied from memory location at "s2" to memory
+as "s1" regardless of the contents.
 </para>
 </refsect1>
 </refentry>