tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
memmove.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

auto memmove (void *dest, void const *src, etl::size_t count) -> void *
 Copy the first n bytes pointed to by src to the buffer pointed to by dest. Source and destination may overlap.