466
|
1 <refentry id="strass">
|
|
2 <refnamediv>
|
468
|
3 <refname>Strass</refname>
|
|
4 <refpurpose>byte by byte copy</refpurpose>
|
466
|
5 </refnamediv>
|
|
6
|
|
7 <refsynopsisdiv>
|
|
8 <funcsynopsis>
|
|
9 <funcprototype>
|
468
|
10 <funcdef><function>_strass</function></funcdef>
|
473
|
11 <paramdef>char *<parameter>s1</parameter></paramdef>
|
|
12 <paramdef>char *<parameter>s2</parameter></paramdef>
|
|
13 <paramdef>int <parameter>count</parameter></paramdef>
|
466
|
14 </funcprototype>
|
|
15 </funcsynopsis>
|
|
16
|
|
17 </refsynopsisdiv>
|
|
18
|
|
19 <refsect1><title>Description</title>
|
|
20 <para>
|
473
|
21 Until such time as the compiler can deal with structure
|
|
22 assignment, this function is useful for copying one structure
|
|
23 to another.
|
|
24 </para>
|
|
25 <para>
|
|
26 "Count" bytes are copied from memory location at "s2" to memory
|
|
27 as "s1" regardless of the contents.
|
466
|
28 </para>
|
|
29 </refsect1>
|
|
30 </refentry>
|