#pragma once #include namespace common { template memType *malloc_s(unsigned int size); } // namespace common #include "memory.tpp"