PatchworkOS
Loading...
Searching...
No Matches
memmove.c File Reference
#include <stdint.h>
#include <string.h>

Go to the source code of this file.

Functions

void * memmove (void *s1, const void *s2, size_t n)
 

Function Documentation

◆ memmove()

void * memmove ( void *  s1,
const void *  s2,
size_t  n 
)

Definition at line 4 of file memmove.c.