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

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

constexpr auto strncmp (char const *lhs, char const *rhs, etl::size_t count) -> int
 Compares at most count characters of two possibly null-terminated arrays. The comparison is done lexicographically. Characters following the null character are not compared.