]> Dogcows Code - chaz/yoink/blobdiff - src/stlplus/strings/string_cstring.hpp
cleanup stlplus files
[chaz/yoink] / src / stlplus / strings / string_cstring.hpp
index 554fbe39441f676c1fdc2ee59a71f42ee41306c2..7d04940feef00f9c6b8013f0d51e65bdef617613 100644 (file)
@@ -1,26 +1,26 @@
-#ifndef STLPLUS_STRING_CSTRING\r
-#define STLPLUS_STRING_CSTRING\r
-////////////////////////////////////////////////////////////////////////////////\r
-\r
-//   Author:    Andy Rushton\r
-//   Copyright: (c) Southampton University 1999-2004\r
-//              (c) Andy Rushton           2004-2009\r
-//   License:   BSD License, see ../docs/license.html\r
-\r
-//   Functions for converting C strings to string\r
-\r
-//   This is necessary for completeness\r
-\r
-////////////////////////////////////////////////////////////////////////////////\r
-#include "strings_fixes.hpp"\r
-#include <string>\r
-#include <stdexcept>\r
-\r
-namespace stlplus\r
-{\r
-\r
-  std::string cstring_to_string(const char* value);\r
-\r
-}\r
-\r
-#endif\r
+#ifndef STLPLUS_STRING_CSTRING
+#define STLPLUS_STRING_CSTRING
+////////////////////////////////////////////////////////////////////////////////
+
+//   Author:    Andy Rushton
+//   Copyright: (c) Southampton University 1999-2004
+//              (c) Andy Rushton           2004-2009
+//   License:   BSD License, see ../docs/license.html
+
+//   Functions for converting C strings to string
+
+//   This is necessary for completeness
+
+////////////////////////////////////////////////////////////////////////////////
+#include "strings_fixes.hpp"
+#include <string>
+#include <stdexcept>
+
+namespace stlplus
+{
+
+  std::string cstring_to_string(const char* value);
+
+}
+
+#endif
This page took 0.020734 seconds and 4 git commands to generate.