K 10
svn:author
V 3
rra
K 8
svn:date
V 27
1999-10-25T00:59:35.000000Z
K 7
svn:log
V 281
If strchr and strrchr aren't found, clibrary.h #defines them to index and
rindex.  Similarly, if memcpy isn't found, clibrary.h #defines it to bcopy.
We never use our replacement versions; no need to have them in the source
tree.  Systems with neither memcpy nor bcopy (heh) lose.

END
