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

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

auto memset (void *s, int c, etl::size_t n) -> void *
 Copies the value of c (converted to an unsigned char) into each of the first n characters of the object pointed to by s.