2 (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
3 See the copyright notice in the ACK home directory, in the file "Copyright".
7 Module: assign string to character array, with possible 0-byte
9 Author: Ceriel J.H. Jacobs
12 StringAssign(dstsiz
, srcsiz
, dstaddr
, srcaddr
)
13 register char *dstaddr
, *srcaddr
;
16 *dstaddr
++ = *srcaddr
++;