[BASESRV]
[reactos.git] / include / c++ / cstring
index b7ae32c..cff37eb 100644 (file)
@@ -1,60 +1,60 @@
-// Standard C string declarations for C++
-
-//
-// ISO C++ 14882: 20.4.6  C library
-//
-
-#pragma once
-
-#include <cstddef>
-#include <string.h>
-
-// Get rid of those macros defined in <string.h> in lieu of real functions.
-#undef memchr
-#undef memcmp
-#undef memcpy
-#undef memmove
-#undef memset
-#undef strcat
-#undef strchr
-#undef strcmp
-#undef strcoll
-#undef strcpy
-#undef strcspn
-#undef strerror
-#undef strlen
-#undef strncat
-#undef strncmp
-#undef strncpy
-#undef strpbrk
-#undef strrchr
-#undef strspn
-#undef strstr
-#undef strtok
-#undef strxfrm
-
-namespace std
-{
-  using ::memchr;
-  using ::memcmp;
-  using ::memcpy;
-  using ::memmove;
-  using ::memset;
-  using ::strcat;
-  using ::strcmp;
-  using ::strcoll;
-  using ::strcpy;
-  using ::strcspn;
-  using ::strerror;
-  using ::strlen;
-  using ::strncat;
-  using ::strncmp;
-  using ::strncpy;
-  using ::strspn;
-  using ::strtok;
-  using ::strxfrm;
-  using ::strchr;
-  using ::strpbrk;
-  using ::strrchr;
-  using ::strstr;
-}
+// Standard C string declarations for C++\r
+\r
+//\r
+// ISO C++ 14882: 20.4.6  C library\r
+//\r
+\r
+#pragma once\r
+\r
+#include <cstddef>\r
+#include <string.h>\r
+\r
+// Get rid of those macros defined in <string.h> in lieu of real functions.\r
+#undef memchr\r
+#undef memcmp\r
+#undef memcpy\r
+#undef memmove\r
+#undef memset\r
+#undef strcat\r
+#undef strchr\r
+#undef strcmp\r
+#undef strcoll\r
+#undef strcpy\r
+#undef strcspn\r
+#undef strerror\r
+#undef strlen\r
+#undef strncat\r
+#undef strncmp\r
+#undef strncpy\r
+#undef strpbrk\r
+#undef strrchr\r
+#undef strspn\r
+#undef strstr\r
+#undef strtok\r
+#undef strxfrm\r
+\r
+namespace std\r
+{\r
+  using ::memchr;\r
+  using ::memcmp;\r
+  using ::memcpy;\r
+  using ::memmove;\r
+  using ::memset;\r
+  using ::strcat;\r
+  using ::strcmp;\r
+  using ::strcoll;\r
+  using ::strcpy;\r
+  using ::strcspn;\r
+  using ::strerror;\r
+  using ::strlen;\r
+  using ::strncat;\r
+  using ::strncmp;\r
+  using ::strncpy;\r
+  using ::strspn;\r
+  using ::strtok;\r
+  using ::strxfrm;\r
+  using ::strchr;\r
+  using ::strpbrk;\r
+  using ::strrchr;\r
+  using ::strstr;\r
+}\r