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

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

constexpr auto strcpy (char *dest, char const *src) -> char *
 Copies the character string pointed to by src, including the null terminator, to the character array whose first element is pointed to by dest.