# HG changeset patch # User roug # Date 1033895436 0 # Node ID 091a1e4ae0517f0d3b458eee45e15ce021935ebf # Parent f0c8d53e5a509f6d7b62b75941dfc05657f7d5a3 entered: chdir chmod qsort strass toupper tsleep wait diff -r f0c8d53e5a50 -r 091a1e4ae051 docs/ccguide/strass.refentry --- 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 @@ _strass - type arg1 + char *s1 + char *s2 + int count @@ -16,7 +18,13 @@ Description -Placeholder +Until such time as the compiler can deal with structure +assignment, this function is useful for copying one structure +to another. + + +"Count" bytes are copied from memory location at "s2" to memory +as "s1" regardless of the contents.