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

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

constexpr auto strncat (char *dest, char const *src, etl::size_t const count) -> char *
 Appends a byte string pointed to by src to a byte string pointed to by dest. At most count characters are copied. The resulting byte string is null-terminated.