From b18347ffc9db9641e215995edea1c04c363b2bdf Mon Sep 17 00:00:00 2001 From: Angelo Rossi Date: Wed, 21 Jun 2023 12:04:16 +0000 Subject: Initial commit. --- includes/strcom.hpp | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 includes/strcom.hpp (limited to 'includes/strcom.hpp') diff --git a/includes/strcom.hpp b/includes/strcom.hpp new file mode 100644 index 0000000..bdab939 --- /dev/null +++ b/includes/strcom.hpp @@ -0,0 +1,22 @@ +//-*- mode: c++; indent-tabs-mode: t; coding: utf-8; show-trailing-whitespace: t -*- + +// file strcom.hpp + +#ifndef _STRCOM_HPP +#define _STRCOM_HPP + +#include +#include +#include +#include + +namespace strcom { + + std::string toLower (const std::string &); + std::string toUpper (const std::string &); + +} + +#endif // _STRCOM_HPP + +// end of file __STRCOM_HPP -- cgit v1.2.3