Ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a25176072e02db9254f0e0c84c805cd)
Functions
memmove.c File Reference
#include "ruby/missing.h"
#include <stddef.h>

Go to the source code of this file.

Functions

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

Function Documentation

◆ memmove()

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

Definition at line 7 of file memmove.c.

References n, and src.