#ifndef STORM_STRING_HPP #define STORM_STRING_HPP #include size_t SStrCopy(char* dest, const char* source, size_t destsize); #endif