The byte string functions perform operations on strings (byte arrays)
that are not necessarily null-terminated.
See the individual man pages
for descriptions of each function.
NOTES
The functions
bcmp(),
bcopy()
and
bzero()
are obsolete.
Use
memcmp(),
memcpy()
and
memset()
instead.
This page is part of release 3.14 of the Linux
man-pages
project.
A description of the project,
and information about reporting bugs,
can be found at
http://www.kernel.org/doc/man-pages/.