Publib module strutil
by Lars Wirzenius
"@(#)publib-strutil:README,v 1.1 1994/06/20 20:37:51 liw Exp"

This Publib module contains a number of functions that manipulate
memory blocks and strings.  A memory block is an arbitrary part of
memory, identified by a pointer to the beginning (of type void*)
and a size (of type size_t).  A string is a normal C string, a
sequence of characters terminated by the first '\0' character.
This module is therefore very much like an extension to the
standard header <string.h>.

Many of the functions in this module are rather simple, even trivial.
