Strass
byte by byte copy
_strass
char *s1
char *s2
int count
Description
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.