memory.h

The header file contains prototypes for functions that manipulate buffers in main memory where the size of the buffer is passed as an integer value. These functions are:

    memccpy()    memchr()    memcmp()    memicmp()
    memmove()    memcpy()    memset()
    movedata()  /* non ANSI */

These function copy, search, compare, and initialize buffers in memory.


© 1991-2008 Prem Sobel. All Rights Reserved.