<memory.h>

The <memory.h> include file defines the following buffer manipulation functions:

memccpy memchr
memcmp memcpy
memicmp memmove
memset  

The <memory.h> include file also defines a number of far and near pointer macros to the corresponding standard library function. These macros are:

_fmemccpy _fmemchr
_fmemcmp _fmemcpy
_fmemicmp _fmemset



<string.h>