Parent Directory
|
Revision Log
First release
| 1 | #ifndef PUTILS_H |
| 2 | #define PUTILS_H |
| 3 | #include <string> |
| 4 | |
| 5 | using std::string; |
| 6 | |
| 7 | namespace pUtils { |
| 8 | |
| 9 | string ToLower(string const &); |
| 10 | string ToUpper(string const &); |
| 11 | bool IsPoundChar(char ); |
| 12 | |
| 13 | } |
| 14 | |
| 15 | |
| 16 | |
| 17 | #endif // UTILS_H |
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |