Add .gitattributes and .gitignore files and normalize line endings in the repository...
[reactos.git] / sdk / include / c++ / cstdio
index 5e361d9..f333ce6 100644 (file)
@@ -1,98 +1,98 @@
-// C++ forwarding C stdio header.\r
-\r
-#pragma once\r
-\r
-#include <cstddef>\r
-#include <stdio.h>\r
-\r
-// Get rid of those macros defined in <stdio.h> in lieu of real functions.\r
-#undef clearerr\r
-#undef fclose\r
-#undef feof\r
-#undef ferror\r
-#undef fflush\r
-#undef fgetc\r
-#undef fgetpos\r
-#undef fgets\r
-#undef fopen\r
-#undef fprintf\r
-#undef fputc\r
-#undef fputs\r
-#undef fread\r
-#undef freopen\r
-#undef fscanf\r
-#undef fseek\r
-#undef fsetpos\r
-#undef ftell\r
-#undef fwrite\r
-#undef getc\r
-#undef getchar\r
-#undef gets\r
-#undef perror\r
-#undef printf\r
-#undef putc\r
-#undef putchar\r
-#undef puts\r
-#undef remove\r
-#undef rename\r
-#undef rewind\r
-#undef scanf\r
-#undef setbuf\r
-#undef setvbuf\r
-#undef sprintf\r
-#undef sscanf\r
-#undef tmpfile\r
-#undef tmpnam\r
-#undef ungetc\r
-#undef vfprintf\r
-#undef vprintf\r
-#undef vsprintf\r
-\r
-namespace std\r
-{\r
-  using ::FILE;\r
-  using ::fpos_t;\r
-\r
-  using ::clearerr;\r
-  using ::fclose;\r
-  using ::feof;\r
-  using ::ferror;\r
-  using ::fflush;\r
-  using ::fgetc;\r
-  using ::fgetpos;\r
-  using ::fgets;\r
-  using ::fopen;\r
-  using ::fprintf;\r
-  using ::fputc;\r
-  using ::fputs;\r
-  using ::fread;\r
-  using ::freopen;\r
-  using ::fscanf;\r
-  using ::fseek;\r
-  using ::fsetpos;\r
-  using ::ftell;\r
-  using ::fwrite;\r
-  using ::getc;\r
-  using ::getchar;\r
-  using ::gets;\r
-  using ::perror;\r
-  using ::printf;\r
-  using ::putc;\r
-  using ::putchar;\r
-  using ::puts;\r
-  using ::remove;\r
-  using ::rename;\r
-  using ::rewind;\r
-  using ::scanf;\r
-  using ::setbuf;\r
-  using ::setvbuf;\r
-  using ::sprintf;\r
-  using ::sscanf;\r
-  using ::tmpfile;\r
-  using ::tmpnam;\r
-  using ::ungetc;\r
-  using ::vfprintf;\r
-  using ::vprintf;\r
-  using ::vsprintf;\r
-  using ::vsnprintf;\r
-}\r
+// C++ forwarding C stdio header.
+
+#pragma once
+
+#include <cstddef>
+#include <stdio.h>
+
+// Get rid of those macros defined in <stdio.h> in lieu of real functions.
+#undef clearerr
+#undef fclose
+#undef feof
+#undef ferror
+#undef fflush
+#undef fgetc
+#undef fgetpos
+#undef fgets
+#undef fopen
+#undef fprintf
+#undef fputc
+#undef fputs
+#undef fread
+#undef freopen
+#undef fscanf
+#undef fseek
+#undef fsetpos
+#undef ftell
+#undef fwrite
+#undef getc
+#undef getchar
+#undef gets
+#undef perror
+#undef printf
+#undef putc
+#undef putchar
+#undef puts
+#undef remove
+#undef rename
+#undef rewind
+#undef scanf
+#undef setbuf
+#undef setvbuf
+#undef sprintf
+#undef sscanf
+#undef tmpfile
+#undef tmpnam
+#undef ungetc
+#undef vfprintf
+#undef vprintf
+#undef vsprintf
+
+namespace std
+{
+  using ::FILE;
+  using ::fpos_t;
+
+  using ::clearerr;
+  using ::fclose;
+  using ::feof;
+  using ::ferror;
+  using ::fflush;
+  using ::fgetc;
+  using ::fgetpos;
+  using ::fgets;
+  using ::fopen;
+  using ::fprintf;
+  using ::fputc;
+  using ::fputs;
+  using ::fread;
+  using ::freopen;
+  using ::fscanf;
+  using ::fseek;
+  using ::fsetpos;
+  using ::ftell;
+  using ::fwrite;
+  using ::getc;
+  using ::getchar;
+  using ::gets;
+  using ::perror;
+  using ::printf;
+  using ::putc;
+  using ::putchar;
+  using ::puts;
+  using ::remove;
+  using ::rename;
+  using ::rewind;
+  using ::scanf;
+  using ::setbuf;
+  using ::setvbuf;
+  using ::sprintf;
+  using ::sscanf;
+  using ::tmpfile;
+  using ::tmpnam;
+  using ::ungetc;
+  using ::vfprintf;
+  using ::vprintf;
+  using ::vsprintf;
+  using ::vsnprintf;
+}