tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
namespace | etl |
Functions | |
constexpr auto | strchr (char *str, int ch) -> char * |
Finds the first occurrence of the character static_cast<char>(ch) in the byte string pointed to by str. | |
constexpr auto | strchr (char const *str, int ch) -> char const * |
Finds the first occurrence of the character static_cast<char>(ch) in the byte string pointed to by str. | |