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

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

constexpr auto strncpy (char *dest, char const *src, etl::size_t const count) -> char *
 Copies at most count characters of the byte string pointed to by src (including the terminating null character) to character array pointed to by dest.