6 lines
86 B
C++
6 lines
86 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
auto toLower(const std::string& str) -> std::string;
|