[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
setmem()                 Assign a Value to Memory

 #include   <mem.h>

 void       setmem(addr,len,value);
 void       *addr;                       Address
 int        len;                         Length
 char       value;                       Value put in memory

    setmem() sets the first 'len' bytes of the block pointed to by 'addr'
    to the byte 'value'.

    Returns:    There is no return value.

See Also: memmove() memcpy()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson