Functions

missing/memmove.c File Reference

#include <stddef.h>
Include dependency graph for memmove.c:

Go to the source code of this file.

Functions

void * memmove (void *d, const void *s, size_t n)

Function Documentation

void* memmove ( void *  d,
const void *  s,
size_t  n 
)