1 // =================================
 2 // Copyright (c) 2021 Seppo Laakko
 3 // Distributed under the MIT license
 4 // =================================
 5 
 6 #ifndef CMAJOR_RT_ASCII_INCLUDED
 7 #define CMAJOR_RT_ASCII_INCLUDED
 8 #include <cmajor/rt/RtApi.hpp>
 9 
10 extern "C" char RtAsciiToUpper(char c);
11 extern "C" char RtAsciiToLower(char c);
12 
13 #endif // CMAJOR_RT_ASCII_INCLUDED