#ifdef NALL_STRING_INTERNAL_HPP namespace nall { template inline void print(Args&&... args) { printf("%s", (const char*)string(std::forward(args)...)); } } #endif