77
77
The result is a pointer to the first character of the located instance,
78
78
or NullS if pat does not occur in src.
85
80
strmake(dst,src,length) moves length characters, or until end, of src to
86
81
dst and appends a closing NUL to dst.
87
82
strmake() returns pointer to closing null;