1 #ifndef HOST_PSEUDOLOCALIZE_H 2 #define HOST_PSEUDOLOCALIZE_H 3 4 #include <string> 5 6 std::string pseudolocalize_string(const std::string& source); 7 8 #endif // HOST_PSEUDOLOCALIZE_H 9 10