VI. String Library

Routines in this library perform operations on both null-terminated and known-length string buffers.

Table of Contents
memchr — searches for a character in memory
memcpy — copies memory contents
sizeof — Calculate the size of a variable
size_t — type returned by the size_of function
memcmp — compares two arrays
strcat — copies one null-terminated string to another
strchr — searches a null-terminated string
strcmp — compares two null-terminated strings
strcpy — copies a null-terminated string
strlen — returns the length of a string
strset — fills a string with a character
strupr — converts a string to upper case
strlwr — converts a string to lower case