ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
escape.h
Go to the documentation of this file.
1 #ifndef ROSE_ESCAPE_H
2 #define ROSE_ESCAPE_H
3 
4 #include <string>
5 #include "rosedll.h"
6 
7 ROSE_UTIL_API std::string escapeString(const std::string& s);
8 ROSE_UTIL_API std::string unescapeString(const std::string& s);
9 
10 #endif // ROSE_ESCAPE_H