Fix pch usage in most of the rest of crt.lib. Stop the abuse of including io.h, stdio...
authorSteven Edwards <winehacker@gmail.com>
Fri, 25 Nov 2005 18:05:42 +0000 (18:05 +0000)
committerSteven Edwards <winehacker@gmail.com>
Fri, 25 Nov 2005 18:05:42 +0000 (18:05 +0000)
svn path=/trunk/; revision=19564

191 files changed:
reactos/lib/crt/conio/cprintf.c
reactos/lib/crt/conio/cputs.c
reactos/lib/crt/conio/getch.c
reactos/lib/crt/conio/ungetch.c
reactos/lib/crt/direct/chdir.c
reactos/lib/crt/direct/chdrive.c
reactos/lib/crt/direct/getcwd.c
reactos/lib/crt/direct/getdcwd.c
reactos/lib/crt/direct/mkdir.c
reactos/lib/crt/direct/rmdir.c
reactos/lib/crt/except/abnorter.c
reactos/lib/crt/float/logb.c
reactos/lib/crt/include/internal/file.h
reactos/lib/crt/io/access.c
reactos/lib/crt/io/chmod.c
reactos/lib/crt/io/chsize.c
reactos/lib/crt/io/close.c
reactos/lib/crt/io/commit.c
reactos/lib/crt/io/create.c
reactos/lib/crt/io/dup.c
reactos/lib/crt/io/dup2.c
reactos/lib/crt/io/eof.c
reactos/lib/crt/io/filelen.c
reactos/lib/crt/io/fileleni.c
reactos/lib/crt/io/find.c
reactos/lib/crt/io/fmode.c
reactos/lib/crt/io/isatty.c
reactos/lib/crt/io/locking.c
reactos/lib/crt/io/lseek.c
reactos/lib/crt/io/lseeki64.c
reactos/lib/crt/io/mktemp.c
reactos/lib/crt/io/open.c
reactos/lib/crt/io/pipe.c
reactos/lib/crt/io/read.c
reactos/lib/crt/io/setmode.c
reactos/lib/crt/io/sopen.c
reactos/lib/crt/io/tell.c
reactos/lib/crt/io/telli64.c
reactos/lib/crt/io/unlink.c
reactos/lib/crt/io/utime.c
reactos/lib/crt/io/wcreate.c
reactos/lib/crt/io/wmktemp.c
reactos/lib/crt/io/wopen.c
reactos/lib/crt/io/write.c
reactos/lib/crt/io/wunlink.c
reactos/lib/crt/io/wutime.c
reactos/lib/crt/locale/locale.c
reactos/lib/crt/math/hypot.c
reactos/lib/crt/mbstring/mbbtype.c
reactos/lib/crt/mbstring/mbsdec.c
reactos/lib/crt/misc/amsg.c
reactos/lib/crt/misc/environ.c
reactos/lib/crt/precomp.h
reactos/lib/crt/process/_cwait.c
reactos/lib/crt/process/_system.c
reactos/lib/crt/process/process.c
reactos/lib/crt/process/thread.c
reactos/lib/crt/process/threadx.c
reactos/lib/crt/signal/signal.c
reactos/lib/crt/stdio/allocfil.c
reactos/lib/crt/stdio/clearerr.c
reactos/lib/crt/stdio/fclose.c
reactos/lib/crt/stdio/fdopen.c
reactos/lib/crt/stdio/feof.c
reactos/lib/crt/stdio/ferror.c
reactos/lib/crt/stdio/fflush.c
reactos/lib/crt/stdio/fgetc.c
reactos/lib/crt/stdio/fgetchar.c
reactos/lib/crt/stdio/fgetpos.c
reactos/lib/crt/stdio/fgets.c
reactos/lib/crt/stdio/fgetws.c
reactos/lib/crt/stdio/filbuf.c
reactos/lib/crt/stdio/fileno.c
reactos/lib/crt/stdio/flsbuf.c
reactos/lib/crt/stdio/fopen.c
reactos/lib/crt/stdio/fprintf.c
reactos/lib/crt/stdio/fputc.c
reactos/lib/crt/stdio/fputchar.c
reactos/lib/crt/stdio/fputs.c
reactos/lib/crt/stdio/fread.c
reactos/lib/crt/stdio/freopen.c
reactos/lib/crt/stdio/fseek.c
reactos/lib/crt/stdio/fsetpos.c
reactos/lib/crt/stdio/fsopen.c
reactos/lib/crt/stdio/ftell.c
reactos/lib/crt/stdio/fwalk.c
reactos/lib/crt/stdio/fwrite.c
reactos/lib/crt/stdio/getc.c
reactos/lib/crt/stdio/getchar.c
reactos/lib/crt/stdio/gets.c
reactos/lib/crt/stdio/getw.c
reactos/lib/crt/stdio/perror.c
reactos/lib/crt/stdio/popen.c
reactos/lib/crt/stdio/printf.c
reactos/lib/crt/stdio/putc.c
reactos/lib/crt/stdio/putchar.c
reactos/lib/crt/stdio/puts.c
reactos/lib/crt/stdio/putw.c
reactos/lib/crt/stdio/remove.c
reactos/lib/crt/stdio/rename.c
reactos/lib/crt/stdio/rewind.c
reactos/lib/crt/stdio/rmtmp.c
reactos/lib/crt/stdio/setbuf.c
reactos/lib/crt/stdio/setvbuf.c
reactos/lib/crt/stdio/sprintf.c
reactos/lib/crt/stdio/stdhnd.c
reactos/lib/crt/stdio/swprintf.c
reactos/lib/crt/stdio/tempnam.c
reactos/lib/crt/stdio/tmpfile.c
reactos/lib/crt/stdio/tmpnam.c
reactos/lib/crt/stdio/ungetc.c
reactos/lib/crt/stdio/vfprintf.c
reactos/lib/crt/stdio/vfwprint.c
reactos/lib/crt/stdio/vprintf.c
reactos/lib/crt/stdio/vsprintf.c
reactos/lib/crt/stdlib/_exit.c
reactos/lib/crt/stdlib/abort.c
reactos/lib/crt/stdlib/atof.c
reactos/lib/crt/stdlib/atoi.c
reactos/lib/crt/stdlib/div.c
reactos/lib/crt/stdlib/errno.c
reactos/lib/crt/stdlib/fullpath.c
reactos/lib/crt/stdlib/gcvt.c
reactos/lib/crt/stdlib/getenv.c
reactos/lib/crt/stdlib/itoa.c
reactos/lib/crt/stdlib/itow.c
reactos/lib/crt/stdlib/labs.c
reactos/lib/crt/stdlib/ldiv.c
reactos/lib/crt/stdlib/mbstowcs.c
reactos/lib/crt/stdlib/putenv.c
reactos/lib/crt/stdlib/rand.c
reactos/lib/crt/stdlib/senv.c
reactos/lib/crt/stdlib/strtod.c
reactos/lib/crt/stdlib/strtol.c
reactos/lib/crt/stdlib/strtoul.c
reactos/lib/crt/stdlib/strtoull.c
reactos/lib/crt/stdlib/swab.c
reactos/lib/crt/stdlib/wcstomb.c
reactos/lib/crt/stdlib/wcstombs.c
reactos/lib/crt/stdlib/wcstoul.c
reactos/lib/crt/stdlib/wctomb.c
reactos/lib/crt/stdlib/witoa.c
reactos/lib/crt/stdlib/witow.c
reactos/lib/crt/stdlib/wputenv.c
reactos/lib/crt/stdlib/wtoi64.c
reactos/lib/crt/string/lasttok.c
reactos/lib/crt/string/memicmp.c
reactos/lib/crt/string/strcoll.c
reactos/lib/crt/string/strdup.c
reactos/lib/crt/string/strerror.c
reactos/lib/crt/string/stricmp.c
reactos/lib/crt/string/strlwr.c
reactos/lib/crt/string/strnicmp.c
reactos/lib/crt/string/strrev.c
reactos/lib/crt/string/strset.c
reactos/lib/crt/string/strstr.c
reactos/lib/crt/string/strupr.c
reactos/lib/crt/string/strxfrm.c
reactos/lib/crt/sys_stat/fstat.c
reactos/lib/crt/sys_stat/fstati64.c
reactos/lib/crt/sys_stat/futime.c
reactos/lib/crt/sys_stat/stat.c
reactos/lib/crt/sys_stat/systime.c
reactos/lib/crt/sys_stat/wstat.c
reactos/lib/crt/time/clock.c
reactos/lib/crt/time/ctime.c
reactos/lib/crt/time/difftime.c
reactos/lib/crt/time/ftime.c
reactos/lib/crt/time/strdate.c
reactos/lib/crt/time/strftime.c
reactos/lib/crt/time/strtime.c
reactos/lib/crt/time/time.c
reactos/lib/crt/time/wctime.c
reactos/lib/crt/time/wstrdate.c
reactos/lib/crt/time/wstrtime.c
reactos/lib/crt/wine/scanf.c
reactos/lib/crt/wstring/wcscoll.c
reactos/lib/crt/wstring/wcscspn.c
reactos/lib/crt/wstring/wcsdup.c
reactos/lib/crt/wstring/wcsicmp.c
reactos/lib/crt/wstring/wcslwr.c
reactos/lib/crt/wstring/wcsnicmp.c
reactos/lib/crt/wstring/wcspbrk.c
reactos/lib/crt/wstring/wcsrev.c
reactos/lib/crt/wstring/wcsset.c
reactos/lib/crt/wstring/wcsspn.c
reactos/lib/crt/wstring/wcsstr.c
reactos/lib/crt/wstring/wcstok.c
reactos/lib/crt/wstring/wcsupr.c
reactos/lib/crt/wstring/wcsxfrm.c
reactos/lib/crt/wstring/wlasttok.c

index 97cb6c9..86e3fe6 100644 (file)
@@ -6,8 +6,8 @@
  * PROGRAMMER:       Eric Kohl (Imported from DJGPP)
  */
 
-#include <stdio.h>
-#include <stdarg.h>
+#include "precomp.h"
+
 #include <conio.h>
 
 /*
index 705afe7..ab5911a 100644 (file)
 
 #include "precomp.h"
 #include <conio.h>
-#include <string.h>
-#include <stdio.h>
-#include <internal/file.h>
-
 
 /*
  * @implemented
index 0c3dccb..46821e1 100644 (file)
@@ -10,8 +10,6 @@
 
 #include "precomp.h"
 #include <conio.h>
-#include <stdio.h>
-#include <io.h>
 #include <internal/console.h>
 
 
index 35f5049..9fb1e2b 100644 (file)
@@ -10,7 +10,8 @@
  *              28/12/98: Created
  */
 
-#include <stdio.h>
+#include "precomp.h"
+
 #include <conio.h>
 #include <internal/console.h>
 
index 6951d15..c4b4811 100644 (file)
@@ -1,7 +1,6 @@
 #include "precomp.h"
 #include <ctype.h>
 #include <direct.h>
-#include <internal/file.h>
 #include <tchar.h>
 
 /*
index 4c7f138..f45dcac 100644 (file)
@@ -3,8 +3,6 @@
 #include <direct.h>
 #include <stdlib.h>
 #include <errno.h>
-#include <internal/file.h>
-
 
 /*
  * @implemented
index 7e88a27..a01ba1d 100644 (file)
@@ -2,7 +2,6 @@
 #include <direct.h>
 #include <stdlib.h>
 #include <errno.h>
-#include <internal/file.h>
 #include <tchar.h>
 
 /*
index e583d11..229c488 100644 (file)
@@ -1,6 +1,5 @@
 #include "precomp.h"
 #include <direct.h>
-#include <internal/file.h>
 #include <internal/debug.h>
 #include <tchar.h>
 #include <errno.h>
index 7f8a3d7..9c471de 100644 (file)
@@ -1,6 +1,5 @@
 #include "precomp.h"
 #include <direct.h>
-#include <internal/file.h>
 #include <tchar.h>
 
 /*
index 7a28056..ac289c8 100644 (file)
@@ -1,6 +1,5 @@
 #include "precomp.h"
 #include <direct.h>
-#include <internal/file.h>
 #include <tchar.h>
 
 /*
index a939e84..52b5c4b 100644 (file)
@@ -1,6 +1,4 @@
 #include "precomp.h"
-#include <stdio.h>
-
 
 #ifdef __GNUC__
 
index aaba1b4..bce51db 100644 (file)
@@ -18,6 +18,8 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
+#include "precomp.h"
+
 #include <float.h>
 
 double _logb (double __x)
index 5b48bfa..14274d6 100644 (file)
 #include <stdarg.h>
 #include <time.h>
 
-
 #include <windef.h>
 #include <winbase.h>
-#include <winnt.h>
 
 #ifndef _IORMONCL
 #define _IORMONCL 004000  /* remove on close, for temp files */
@@ -194,3 +192,4 @@ wint_t _filwbuf(FILE *f);
 
 
 #endif /* __dj_include_libc_file_h__ */
+
index f07d109..6b9b090 100644 (file)
@@ -1,8 +1,6 @@
 #include "precomp.h"
-#include <io.h>
 #include <errno.h>
 #include <tchar.h>
-#include <internal/file.h>
 
 #define NDEBUG
 #include <internal/debug.h>
index b72949d..d54845e 100644 (file)
@@ -1,9 +1,16 @@
+/*
+ * COPYRIGHT:   See COPYING in the top level directory
+ * PROJECT:     ReactOS system libraries
+ * FILE:        lib/crt/??????
+ * PURPOSE:     Unknown
+ * PROGRAMER:   Unknown
+ * UPDATE HISTORY:
+ *              25/11/05: Created
+ */
 
 #include "precomp.h"
-#include <io.h>
 #include <sys/stat.h>
 #include <tchar.h>
-#include <internal/file.h>
 
 #define NDEBUG
 #include <internal/debug.h>
index e52588b..e7ea955 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (C) 1996 DJ Delorie, see COPYING.DJ for details */
-#include <io.h>
+#include "precomp.h"
 
 #define NDEBUG
 #include <internal/debug.h>
index dc5a854..f6d23d2 100644 (file)
@@ -1,6 +1,4 @@
 #include "precomp.h"
-#include <io.h>
-#include <internal/file.h>
 
 #define NDEBUG
 #include <internal/debug.h>
index 1444d4f..844b368 100644 (file)
@@ -1,8 +1,4 @@
 #include "precomp.h"
-#include <io.h>
-#include <errno.h>
-#include <internal/file.h>
-
 
 /*
  * @implemented
index ccd93be..1de9f9d 100644 (file)
@@ -1,4 +1,14 @@
-#include <io.h>
+/*
+ * COPYRIGHT:   See COPYING in the top level directory
+ * PROJECT:     ReactOS system libraries
+ * FILE:        lib/crt/??????
+ * PURPOSE:     Unknown
+ * PROGRAMER:   Unknown
+ * UPDATE HISTORY:
+ *              25/11/05: Created
+ */
+
+#include "precomp.h"
 #include <fcntl.h>
 
 #define NDEBUG
index ed5a1c0..1192061 100644 (file)
@@ -1,8 +1,4 @@
 #include "precomp.h"
-#include <io.h>
-#include <errno.h>
-#include <internal/file.h>
-
 
 /*
  * @implemented
index 53333de..d4a599b 100644 (file)
@@ -1,6 +1,4 @@
 #include "precomp.h"
-#include <io.h>
-#include <internal/file.h>
 
 /*
  * @implemented
index bae829e..5038899 100644 (file)
@@ -1,5 +1,14 @@
-#include <stdio.h>
-#include <io.h>
+/*
+ * COPYRIGHT:   See COPYING in the top level directory
+ * PROJECT:     ReactOS system libraries
+ * FILE:        lib/crt/??????
+ * PURPOSE:     Unknown
+ * PROGRAMER:   Unknown
+ * UPDATE HISTORY:
+ *              25/11/05: Created
+ */
+
+#include "precomp.h"
 
 /*
  * @implemented
index dbc17e4..eae5219 100644 (file)
@@ -1,7 +1,4 @@
 #include "precomp.h"
-#include <io.h>
-#include <internal/file.h>
-
 
 /*
  * @implemented
index 3b68824..eb9c240 100644 (file)
@@ -1,7 +1,4 @@
 #include "precomp.h"
-#include <io.h>
-#include <internal/file.h>
-
 
 /*
  * @implemented
index b9a8927..0bd0a9b 100644 (file)
@@ -1,9 +1,5 @@
 #include "precomp.h"
-#include <io.h>
-#include <string.h>
 #include <tchar.h>
-#include <internal/file.h>
-
 
 /*
  * @implemented
index 378be80..aca546f 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
-#include <fcntl.h>
-#include <io.h>
+#include "precomp.h"
 
+#include <fcntl.h>
 
 int _fmode = O_TEXT;
 
index 501319a..b8462fe 100644 (file)
@@ -1,7 +1,5 @@
 #include "precomp.h"
 
-#include <internal/file.h>
-
 #define NDEBUG
 #include <internal/debug.h>
 
index 2e7ab5d..032294e 100644 (file)
@@ -1,7 +1,4 @@
 #include "precomp.h"
-#include <io.h>
-#include <internal/file.h>
-
 
 /*
  * @implemented
index 68c995f..6a632c7 100644 (file)
@@ -1,7 +1,4 @@
 #include "precomp.h"
-#include <io.h>
-#include <internal/file.h>
-
 
 /*
  * @implemented
index 3213b2f..4a13b24 100644 (file)
@@ -1,7 +1,4 @@
 #include "precomp.h"
-#include <io.h>
-#include <internal/file.h>
-
 
 //#define SETFILEPOINTEREX_AVAILABLE
 
index 1e7f1c7..4a0290c 100644 (file)
 /* Copyright (C) 1996 DJ Delorie, see COPYING.DJ for details */
 /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
 
-#include <stdio.h>
-#include <string.h>
-#include <io.h>
+#include "precomp.h"
 
 #define NDEBUG
 #include <internal/debug.h>
 
-
 /*
  * @implemented
  */
index b6a80e3..226b69f 100644 (file)
 #include <stdarg.h>
 #endif
 
-#include <io.h>
 #include <fcntl.h>
 #include <sys/stat.h>
-#include <stdlib.h>
 #include <string.h>
 #include <share.h>
-#include <errno.h>
-#include <internal/file.h>
 
 #define NDEBUG
 #include <internal/debug.h>
index 2fe88e9..42ec405 100644 (file)
@@ -10,9 +10,6 @@
  */
 
 #include "precomp.h"
-#include <io.h>
-#include <errno.h>
-#include <internal/file.h>
 
 #define NDEBUG
 #include <internal/debug.h>
index 6bef778..287360e 100644 (file)
@@ -12,9 +12,7 @@
  *                          behavior for line-buffered streams (KJK::Hyperion)
  */
 
-#include <windows.h>
-#include <io.h>
-#include <internal/file.h>
+#include "precomp.h"
 
 #define NDEBUG
 #include <internal/debug.h>
index 3319045..75a5070 100644 (file)
  */
 #include "precomp.h"
 
-#include <io.h>
-#include <stdio.h>
-#include <internal/file.h>
-
 #define NDEBUG
 #include <internal/debug.h>
 
index d454f08..f1b7308 100644 (file)
@@ -1,5 +1,14 @@
-#include <io.h>
+/*
+ * COPYRIGHT:   See COPYING in the top level directory
+ * PROJECT:     ReactOS system libraries
+ * FILE:        lib/crt/??????
+ * PURPOSE:     Unknown
+ * PROGRAMER:   Unknown
+ * UPDATE HISTORY:
+ *              25/11/05: Created
+ */
 
+#include "precomp.h"
 
 /*
  * @implemented
index 9c12b54..8561b47 100644 (file)
@@ -1,7 +1,6 @@
 /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
-#include <errno.h>
-#include <io.h>
-#include <stdio.h>
+#include "precomp.h"
+
 #include <sys/types.h>
 
 /*
index 1982ed1..606d839 100644 (file)
@@ -1,7 +1,14 @@
-#include <errno.h>
-#include <io.h>
-#include <stdio.h>
+/*
+ * COPYRIGHT:   See COPYING in the top level directory
+ * PROJECT:     ReactOS system libraries
+ * FILE:        lib/crt/??????
+ * PURPOSE:     Unknown
+ * PROGRAMER:   Unknown
+ * UPDATE HISTORY:
+ *              25/11/05: Created
+ */
 
+#include "precomp.h"
 
 /*
  * @implemented
index aa3b86b..e5c24af 100644 (file)
@@ -9,8 +9,6 @@
  */
 
 #include "precomp.h"
-#include <io.h>
-#include <internal/file.h>
 
 #define NDEBUG
 #include <internal/debug.h>
index 28d6c02..eb8fb43 100644 (file)
@@ -1,11 +1,15 @@
-#include "precomp.h"
+/*
+ * COPYRIGHT:   See COPYING in the top level directory
+ * PROJECT:     ReactOS system libraries
+ * FILE:        lib/crt/??????
+ * PURPOSE:     Unknown
+ * PROGRAMER:   Unknown
+ * UPDATE HISTORY:
+ *              25/11/05: Created
+ */
 
-#include <stdio.h>
-#include <io.h>
-#include <errno.h>
+#include "precomp.h"
 #include <sys/utime.h>
-#include <internal/file.h>
-
 
 /*
  * @implemented
index e8d353b..c8aff97 100644 (file)
@@ -1,4 +1,14 @@
-#include <io.h>
+/*
+ * COPYRIGHT:   See COPYING in the top level directory
+ * PROJECT:     ReactOS system libraries
+ * FILE:        lib/crt/??????
+ * PURPOSE:     Unknown
+ * PROGRAMER:   Unknown
+ * UPDATE HISTORY:
+ *              25/11/05: Created
+ */
+
+#include "precomp.h"
 #include <fcntl.h>
 
 #define NDEBUG
index 6781ee8..3ee093f 100644 (file)
@@ -13,9 +13,7 @@
 /* Copyright (C) 1996 DJ Delorie, see COPYING.DJ for details */
 /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
 
-#include <stdio.h>
-#include <string.h>
-#include <io.h>
+#include "precomp.h"
 
 #define NDEBUG
 #include <internal/debug.h>
index ff1390c..75cb23f 100644 (file)
 #if !defined(NDEBUG) && defined(DBG)
 #include <stdarg.h>
 #endif
-#include <io.h>
 #include <fcntl.h>
 #include <sys/stat.h>
-#include <stdlib.h>
-#include <string.h>
 #include <share.h>
-#include <errno.h>
-#include <internal/file.h>
 
 #define NDEBUG
 #include <internal/debug.h>
index 078a665..e9ba0a3 100644 (file)
@@ -9,11 +9,6 @@
  */
 
 #include "precomp.h"
-#include <io.h>
-#include <stdlib.h>
-#include <string.h>
-#include <errno.h>
-#include <internal/file.h>
 
 #define NDEBUG
 #include <internal/debug.h>
index f862b10..00a853f 100644 (file)
@@ -9,8 +9,6 @@
  */
 
 #include "precomp.h"
-#include <io.h>
-#include <internal/file.h>
 
 #define NDEBUG
 #include <internal/debug.h>
index c4100fa..326cf08 100644 (file)
@@ -1,9 +1,15 @@
+/*
+ * COPYRIGHT:   See COPYING in the top level directory
+ * PROJECT:     ReactOS system libraries
+ * FILE:        lib/crt/??????
+ * PURPOSE:     Unknown
+ * PROGRAMER:   Unknown
+ * UPDATE HISTORY:
+ *              25/11/05: Created
+ */
+
 #include "precomp.h"
-#include <stdio.h>
-#include <io.h>
-#include <errno.h>
 #include <sys/utime.h>
-#include <internal/file.h>
 
 /*
  * @implemented
index 8c895d1..b45507f 100644 (file)
@@ -5,12 +5,9 @@
  */
 
 #include "precomp.h"
-#include <stdio.h>
 #include <locale.h>
-#include <string.h>
 #include <limits.h>
 #include <internal/tls.h>
-#include <stdlib.h>
 
 #define NDEBUG
 #include <internal/debug.h>
index c427830..15636e1 100644 (file)
@@ -15,6 +15,7 @@
  * inflicting too much of a performance hit.
  *
  */
+#include "precomp.h"
 
 #include <float.h>
 #include <math.h>
index 2f13b69..a55015e 100644 (file)
@@ -8,7 +8,8 @@
  *              12/04/99: Created
  */
 
-#include <stdio.h>
+#include "precomp.h"
+
 #include <mbstring.h>
 #include <mbctype.h>
 
index 1269bae..56a2bc9 100644 (file)
@@ -1,4 +1,4 @@
-#include <stdio.h>
+#include "precomp.h"
 #include <mbstring.h>
 
 /*
index a65b667..2337fa7 100644 (file)
@@ -8,9 +8,7 @@
  *              28/12/98: Created
  */
 
-#include <stdlib.h>
-#include <stdio.h>
-
+#include "precomp.h"
 
 static char *__rt_err_msg[] =
 {
index 409b38b..f7a1f22 100644 (file)
@@ -9,7 +9,6 @@
 #include <internal/tls.h>
 #include <stdlib.h>
 #include <string.h>
-#include <internal/file.h>
 
 #define NDEBUG
 #include <internal/debug.h>
index fafc79a..e4c3281 100644 (file)
@@ -1,8 +1,13 @@
-#define CRT_SECURE_NO_DEPRECATE
+#define _CRT_SECURE_NO_DEPRECATE
 #define _INC_WTIME_INL
 #define _INC_UTIME_INL
 #define _INC_TIME_INL
 
+#include <stdio.h>
+#include <errno.h>
+#include <malloc.h>
+#include <math.h>
+
 #define WIN32_NO_STATUS
 #include <windows.h>
 #define NTOS_MODE_USER
@@ -11,3 +16,6 @@
 #if !defined(_MSC_VER)
   #include <stdint.h>
 #endif
+
+/* This file is a hack and should for the most part go away */
+#include <internal/file.h>
index bf4a744..03ac7d6 100644 (file)
@@ -9,10 +9,6 @@
  */
 
 #include "precomp.h"
-#include <process.h>
-#include <errno.h>
-#include <internal/file.h>
-
 
 /*
  * @implemented
index 409571d..7a917b8 100644 (file)
@@ -14,7 +14,6 @@
 #include <string.h>
 #include <process.h>
 #include <errno.h>
-#include <internal/file.h>
 
 /*
  * @implemented
index f5e5c8c..4ea99c7 100644 (file)
@@ -1,9 +1,5 @@
 #include "precomp.h"
 #include <process.h>
-#include <stdlib.h>
-#include <string.h>
-#include <errno.h>
-#include <internal/file.h>
 #include <tchar.h>
 
 #define NDEBUG
index fd59896..fbf5127 100644 (file)
@@ -1,7 +1,4 @@
 #include "precomp.h"
-#include <errno.h>
-#include <process.h>
-#include <internal/file.h>
 
 #if 0
 /*
index 8dc6301..54985d9 100644 (file)
@@ -1,8 +1,4 @@
 #include "precomp.h"
-#include <errno.h>
-#include <process.h>
-#include <internal/file.h>
-
 
 /*
  * @unimplemented
index 15f8bed..d5d2510 100644 (file)
@@ -4,7 +4,6 @@
 #include <stdlib.h>
 #include <errno.h>
 #include <string.h>
-#include <internal/file.h>
 
 void _default_handler(int signal);
 
index 5e73f45..a5e8207 100644 (file)
@@ -1,11 +1,5 @@
 /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
 #include "precomp.h"
-#include <stdio.h>
-#include <string.h>
-#include <stdlib.h>
-#include <internal/file.h>
-
-
 
 char __validfp (FILE *f)
 {
index a6c365a..6456b86 100644 (file)
@@ -1,9 +1,5 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
 #include "precomp.h"
-#include <stdio.h>
-#include <errno.h>
-#include <internal/file.h>
-
 
 #ifdef clearerr
 #undef clearerr
index f22d668..79a23c3 100644 (file)
@@ -1,13 +1,7 @@
 /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
 #include "precomp.h"
-#include <stdio.h>
-#include <stdarg.h>
-#include <io.h>
 #include <sys/types.h>
 #include <sys/stat.h>
-#include <stdlib.h>
-#include <errno.h>
-#include <internal/file.h>
 
 
 // changed check for writable stream
index 87e5a6a..dae9a8a 100644 (file)
@@ -1,8 +1,6 @@
 #include "precomp.h"
 
-#include <stdio.h>
 #include <tchar.h>
-#include <internal/file.h>
 
 /*
  * @implemented
index 31aa732..292368d 100644 (file)
@@ -1,8 +1,5 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
 #include "precomp.h"
-#include <stdio.h>
-#include <errno.h>
-#include <internal/file.h>
 
 #ifdef feof
 #undef feof
index 4c6100a..4a8a45d 100644 (file)
@@ -1,7 +1,5 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
 #include "precomp.h"
-#include <stdio.h>
-#include <internal/file.h>
 
 #ifdef ferror
 #undef ferror
index 4543337..c8684f4 100644 (file)
 /* Copyright (C) 1996 DJ Delorie, see COPYING.DJ for details */
 /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
 #include "precomp.h"
-#include <stdio.h>
-#include <stdarg.h>
-#include <errno.h>
 #include <sys/types.h>
 #include <sys/stat.h>
-#include <stdlib.h>
-#include <io.h>
-#include <internal/file.h>
-
 
 /*
  * @implemented
index 2e3f4b0..571bf2c 100644 (file)
@@ -10,8 +10,6 @@
  */
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
 #include "precomp.h"
-#include <stdio.h>
-#include <internal/file.h>
 
 /*
  * @implemented
index d7200f1..bc0926e 100644 (file)
@@ -21,7 +21,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#include <stdio.h>
+#include "precomp.h"
 #include <conio.h>
 
 int _fgetchar(void)
index 5ff194f..b47c878 100644 (file)
@@ -1,6 +1,5 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
-#include <stdio.h>
-#include <errno.h>
+#include "precomp.h"
 
 /*
  * @implemented
index dac7aa4..6b782c2 100644 (file)
@@ -25,9 +25,6 @@
  */
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
 #include "precomp.h"
-#include <stdio.h>
-#include <internal/file.h>
-
 
 char* fgets(char* s, int n, FILE* f)
 {
index a124ab4..196c825 100644 (file)
@@ -25,9 +25,6 @@
  */
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
 #include "precomp.h"
-#include <stdio.h>
-#include <internal/file.h>
-
 
 //#include <msvcrt/ctype.h>
 #ifndef WEOF
index 902914d..f2be1c6 100644 (file)
@@ -2,14 +2,8 @@
 /* Copyright (C) 1996 DJ Delorie, see COPYING.DJ for details */
 /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
 #include "precomp.h"
-#include <stdio.h>
 #include <sys/types.h>
-#include <stdlib.h>
-#include <string.h>
-#include <io.h>
 #include <wchar.h>
-#include <errno.h>
-#include <internal/file.h>
 
 int _readcnv(int fn, void* buf, size_t siz);
 
index 454615c..93a95f0 100644 (file)
@@ -1,5 +1,14 @@
-#include <stdio.h>
-#include <io.h>
+/*
+ * COPYRIGHT:   See COPYING in the top level directory
+ * PROJECT:     ReactOS system libraries
+ * FILE:        lib/crt/??????
+ * PURPOSE:     Unknown
+ * PROGRAMER:   Unknown
+ * UPDATE HISTORY:
+ *              25/11/05: Created
+ */
+
+#include "precomp.h"
 
 #undef _fileno
 
index 086760c..a0c009f 100644 (file)
@@ -1,13 +1,8 @@
 /* Copyright (C) 1996 DJ Delorie, see COPYING.DJ for details */
 /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
 #include "precomp.h"
-#include <stdio.h>
 #include <wchar.h>
 #include <sys/types.h>
-#include <stdlib.h>
-#include <io.h>
-#include <errno.h>
-#include <internal/file.h>
 
 int cntcr(char* bufp, int bufsiz);
 int convert(char* endp, int bufsiz, int n);
index 38328a8..da24b12 100644 (file)
 #include "precomp.h"
 
 #include <sys/types.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <io.h>
 #include <fcntl.h>
 #include <tchar.h>
-#include <internal/file.h>
 
 //might change fopen(file,mode) -> fsopen(file,mode,_SH_DENYNO);
 
index e2cd127..9a04008 100644 (file)
@@ -1,10 +1,8 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
 #include "precomp.h"
 
-#include <stdio.h>
 #include <wchar.h>
 #include <tchar.h>
-#include <internal/file.h>
 
 /*
  * @implemented
index 022adf4..a9d25d1 100644 (file)
@@ -1,9 +1,7 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
 #include "precomp.h"
 
-#include <stdio.h>
 #include <wchar.h>
-#include <internal/file.h>
 
 /*
  * @implemented
index 8ec8edb..48a5f94 100644 (file)
@@ -21,7 +21,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#include <stdio.h>
+#include "precomp.h"
 
 
 int _fputchar(int c)
index 36c082b..11ffe96 100644 (file)
@@ -26,9 +26,6 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
 
 #include "precomp.h"
-#include <stdio.h>
-#include <internal/file.h>
-#include <string.h>
 #include <tchar.h>
 
 int
index 3e36731..275f3a9 100644 (file)
@@ -1,12 +1,5 @@
 #include "precomp.h"
 
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <errno.h>
-#include <internal/file.h>
-
-
 /*
  * @implemented
  */
index 5ab613a..ac5b16b 100644 (file)
@@ -3,13 +3,8 @@
 #include "precomp.h"
 
 #include <sys/types.h>
-#include <stdio.h>
-#include <stdlib.h>
 #include <fcntl.h>
-#include <io.h>
 #include <tchar.h>
-#include <internal/file.h>
-
 
 /*
  * @implemented
index d3932aa..0635d6e 100644 (file)
@@ -4,12 +4,7 @@
 
 #include "precomp.h"
 
-#include <stdio.h>
-#include <errno.h>
 #include <fcntl.h>
-#include <io.h>
-#include <internal/file.h>
-
 
 /*
  * @implemented
index ad7462f..2cf9960 100644 (file)
@@ -1,10 +1,6 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
 #include "precomp.h"
 
-#include <stdio.h>
-#include <errno.h>
-#include <internal/file.h>
-
 /*
  * @implemented
  */
index 241aafa..121a824 100644 (file)
 
 #include <sys/types.h>
 #include <sys/stat.h>
-#include <stdio.h>
 #include <stdlib.h>
-#include <io.h>
 #include <fcntl.h>
 #include <share.h>
 #include <tchar.h>
-#include <internal/file.h>
-
-
 
 
 /*
index 5104739..26886c2 100644 (file)
@@ -3,12 +3,8 @@
 
 #include "precomp.h"
 
-#include <stdio.h>
 #include <fcntl.h>
-#include <io.h>
 #include <errno.h>
-#include <internal/file.h>
-
 
 /*
  * @implemented
index 2ec5007..50d42a4 100644 (file)
@@ -1,10 +1,6 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
 #include "precomp.h"
 
-#include <stdio.h>
-#include <internal/file.h>
-
-
 // not exported by msvcrt or crtdll
 __file_rec *__file_rec_list;
 
index 5e9a56d..7a3e02c 100644 (file)
@@ -1,11 +1,5 @@
 #include "precomp.h"
 
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <errno.h>
-#include <internal/file.h>
-
 #define NDEBUG
 #include <internal/debug.h>
 
index 5c0392f..7e8e6d2 100644 (file)
  */
 
 #include "precomp.h"
-#include <stdio.h>
-#include <wchar.h>
-#include <errno.h>
-#include <internal/file.h>
 
 //getc can be a macro
 #undef getc
index fe667f9..eb9ac37 100644 (file)
@@ -25,9 +25,6 @@
  */
 #include "precomp.h"
 
-#include <stdio.h>
-#include <internal/file.h>
-
 #undef getchar
 #undef getwchar
 
index 0bfc8a4..177e219 100644 (file)
@@ -25,7 +25,7 @@
  */
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
 
-#include <stdio.h>
+#include "precomp.h"
 
 char* gets(char* s)
 {
index 079b604..707a825 100644 (file)
@@ -16,8 +16,7 @@ License along with the GNU C Library; see the file COPYING.LIB.  If
 not, write to the Free Software Foundation, Inc., 675 Mass Ave,
 Cambridge, MA 02139, USA.  */
 
-#include <stdio.h>
-
+#include "precomp.h"
 
 /*
  * Read a word (int) from STREAM.
index e3511f1..36edbc5 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
-#include <stdio.h>
-#include <string.h>
+#include "precomp.h"
+
 #include <errno.h>
 
 
index a569b61..9622fea 100644 (file)
@@ -1,11 +1,15 @@
+/*
+ * COPYRIGHT:   See COPYING in the top level directory
+ * PROJECT:     ReactOS system libraries
+ * FILE:        lib/crt/??????
+ * PURPOSE:     Unknown
+ * PROGRAMER:   Unknown
+ * UPDATE HISTORY:
+ *              25/11/05: Created
+ */
+
 #include "precomp.h"
-#include <io.h>
-#include <errno.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
 #include <tchar.h>
-#include <internal/file.h>
 
 #define NDEBUG
 #include <internal/debug.h>
index d67eb38..3987c30 100644 (file)
@@ -16,8 +16,8 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#include <stdarg.h>
-#include <stdio.h>
+#include "precomp.h"
+
 #include <wchar.h>
 #include <tchar.h>
 
index 366c10e..64ecb0d 100644 (file)
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
 
 #include "precomp.h"
-#include <stdio.h>
-#include <wchar.h>
-#include <errno.h>
-#include <internal/file.h>
 
 // putc can be a macro
 #undef putc
index dad791d..b0e5378 100644 (file)
@@ -10,9 +10,7 @@
  */
 #include "precomp.h"
 
-#include <stdio.h>
 #include <tchar.h>
-#include <internal/file.h>
 
 #undef putc
 #undef putchar
index dda7edd..915b626 100644 (file)
@@ -1,8 +1,5 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
 #include "precomp.h"
-#include <stdio.h>
-#include <io.h>
-#include <string.h>
 
 #undef putchar
 #undef putwchar
index 866c6e3..2a697b6 100644 (file)
@@ -16,9 +16,7 @@
  * not, write to the Free Software Foundation, Inc., 675 Mass Ave,
  * Cambridge, MA 02139, USA.  */
 
-
-#include <stdio.h>
-
+#include "precomp.h"
 
 /*
  * Write the word (int) W to STREAM.
index 265b975..ad8ca3d 100644 (file)
@@ -1,6 +1,4 @@
 #include "precomp.h"
-#include <stddef.h>
-#include <stdio.h>
 #include <tchar.h>
 
 #define NDEBUG
index 962ed2f..bdd4e6a 100644 (file)
@@ -1,6 +1,14 @@
+/*
+ * COPYRIGHT:   See COPYING in the top level directory
+ * PROJECT:     ReactOS system libraries
+ * FILE:        lib/crt/??????
+ * PURPOSE:     Unknown
+ * PROGRAMER:   Unknown
+ * UPDATE HISTORY:
+ *              25/11/05: Created
+ */
+
 #include "precomp.h"
-#include <stdio.h>
-#include <io.h>
 #include <tchar.h>
 
 /*
index a9479fd..d7588d2 100644 (file)
@@ -1,11 +1,6 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
 #include "precomp.h"
 
-#include <stdio.h>
-#include <io.h>
-#include <internal/file.h>
-
-
 /*
  * @implemented
  */
index b752039..c4afb6b 100644 (file)
  */
 #include "precomp.h"
 
-#include <stdio.h>
-#include <string.h>
-#include <internal/file.h>
-
-
 // should be replace by a closure of the tmp files
 extern __file_rec *__file_rec_list;
 
index eda1952..3adf6b7 100644 (file)
@@ -1,10 +1,6 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
 #include "precomp.h"
 
-#include <stdio.h>
-#include <stdlib.h>
-#include <internal/file.h>
-
 /*
  * @implemented
  */
index 0ae07ab..f2e9199 100644 (file)
@@ -3,13 +3,6 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
 #include "precomp.h"
 
-#include <stdio.h>
-#include <stdlib.h>
-#include <io.h>
-#include <errno.h>
-#include <internal/file.h>
-
-
 /*
  * @implemented
  */
index 627a168..65d4da6 100644 (file)
@@ -20,11 +20,8 @@ Cambridge, MA 02139, USA.  */
 
 #include "precomp.h"
 
-#include <stdarg.h>
-#include <stdio.h>
 #include <wchar.h>
 #include <limits.h>
-#include <internal/file.h>
 #include <tchar.h>
 
 #undef sprintf
index 4328703..7427147 100644 (file)
@@ -1,9 +1,6 @@
 /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
 #include "precomp.h"
 
-#include <stdio.h>
-#include <internal/file.h>
-
 FILE _iob[20] =
 {
        // stdin
index f877189..aa5d84e 100644 (file)
@@ -20,11 +20,9 @@ Cambridge, MA 02139, USA.  */
 
 #define UNICODE
 #define _UNICODE
-#include <stdarg.h>
-#include <stdio.h>
+#include "precomp.h"
 #include <wchar.h>
 #include <limits.h>
-#include <internal/file.h>
 #include <tchar.h>
 
 #undef sprintf
index 56ab13f..2405bba 100644 (file)
@@ -1,6 +1,4 @@
 #include "precomp.h"
-#include <stdio.h>
-#include <stdlib.h>
 #include <tchar.h>
 
 /*
index 19176e0..679bc4c 100644 (file)
@@ -4,16 +4,8 @@
 /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
 #include "precomp.h"
 
-#include <stdio.h>
-#include <string.h>
-#include <stdlib.h>
-#include <errno.h>
 #include <fcntl.h>
-//#include <msvcrt/unistd.h>
-#include <io.h>
 #include <share.h>
-#include <internal/file.h>
-
 
 FILE *  __alloc_file(void);
 
index 7b50a81..586cf90 100644 (file)
@@ -1,6 +1,4 @@
 #include "precomp.h"
-#include <stdio.h>
-#include <string.h>
 #include <tchar.h>
 
 /*
index 4ecb527..7d6270a 100644 (file)
@@ -2,10 +2,7 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
 #include "precomp.h"
 
-#include <stdio.h>
 #include <wchar.h>
-#include <errno.h>
-#include <internal/file.h>
 #include <tchar.h>
 
 
index 6613521..a3bfd6d 100644 (file)
@@ -1,12 +1,6 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
 #include "precomp.h"
 
-#include <stdarg.h>
-#include <stdio.h>
-#include <malloc.h>
-#include <internal/file.h>
-#include <ntdef.h>
-
 extern int __mb_cur_max;
 int __vfprintf(FILE*, const char*, va_list);
 
@@ -60,7 +54,6 @@ int vfprintf(FILE* f, const char* fmt, va_list ap)
 
 #include <ctype.h>
 #include <string.h>
-#include <stdio.h>
 #include <math.h>
 #include <internal/ieee.h>
 
index fd844c4..bf1785b 100644 (file)
@@ -2,13 +2,6 @@
 
 #include "precomp.h"
 
-#include <stdarg.h>
-#include <stdio.h>
-#include <malloc.h>
-#include <internal/file.h>
-
-#include <winnt.h>
-
 int _isnanl(double x);
 int _isinfl(double x);
 int _isnan(double x);
@@ -66,15 +59,10 @@ vfwprintf(FILE *f, const wchar_t *fmt, va_list ap)
  * Appropiated for the reactos kernel, March 1998 -- David Welch
  */
 
-#include <stdarg.h>
-
 #include <ctype.h>
-#include <string.h>
-#include <stdio.h>
 #include <math.h>
 #include <internal/ieee.h>
 
-
 #define ZEROPAD                1       /* pad with zero */
 #define SIGN           2       /* unsigned/signed long */
 #define PLUS           4       /* show plus */
index 0092450..1d914ca 100644 (file)
@@ -16,9 +16,8 @@ License along with the GNU C Library; see the file COPYING.LIB.  If
 not, write to the Free Software Foundation, Inc., 675 Mass Ave,
 Cambridge, MA 02139, USA.  */
 
-#include <stdarg.h>
+#include "precomp.h"
 #undef __OPTIMIZE__    /* Avoid inline `vprintf' function.  */
-#include <stdio.h>
 #include <wchar.h>
 #include <tchar.h>
 
index 2b46292..e7b1d83 100644 (file)
@@ -1,10 +1,7 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
 #include "precomp.h"
 
-#include <stdio.h>
-#include <stdarg.h>
 #include <limits.h>
-#include <internal/file.h>
 #include <tchar.h>
 
 /*
index d2e3f46..22af5a2 100644 (file)
@@ -1,7 +1,4 @@
 #include "precomp.h"
-#include <stdlib.h>
-#include <io.h>
-#include <fcntl.h>
 #include <internal/atexit.h>
 
 struct __atexit *__atexit_ptr = 0;
index 02338d6..62a2315 100644 (file)
@@ -1,6 +1,14 @@
-#include <stdlib.h>
-#include <stdio.h>
-#include <io.h>
+/*
+ * COPYRIGHT:   See COPYING in the top level directory
+ * PROJECT:     ReactOS system libraries
+ * FILE:        lib/crt/??????
+ * PURPOSE:     Unknown
+ * PROGRAMER:   Unknown
+ * UPDATE HISTORY:
+ *              25/11/05: Added license header
+ */
+
+#include "precomp.h"
 #include <signal.h>
 
 char *msg ="Abort\n\r";
index b2de698..832d0f4 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
-#include <stdlib.h>
+#include "precomp.h"
 
 /*
  * @implemented
index 9e991db..ada8b2e 100644 (file)
@@ -1,6 +1,5 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
-#include <stdlib.h>
-#include <tchar.h>
+#include "precomp.h"
 
 /*
  * @implemented
index 06be1b0..ff34ec6 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
-#include <stdlib.h>
+#include "precomp.h"
 
 /*
  * @implemented
index 599ff0d..e2ae388 100644 (file)
@@ -2,9 +2,7 @@
  *
  */
 #include "precomp.h"
-#include <errno.h>
 #include <internal/tls.h>
-#include <internal/file.h>
 
 #include "doserrmap.h"
 
index aea0833..aff858e 100644 (file)
@@ -9,10 +9,8 @@
  */
 
 #include "precomp.h"
-#include <stdlib.h>
 #include <tchar.h>
 
-
 /*
  * @implemented
  */
index dbc8168..139b627 100644 (file)
@@ -1,7 +1,5 @@
 /* Copyright (C) 1998 DJ Delorie, see COPYING.DJ for details */
-#include <stdlib.h>
-#include <stdio.h>
-#include <string.h>
+#include "precomp.h"
 
 /*
  * @implemented
index 747875d..76cc261 100644 (file)
@@ -1,5 +1,14 @@
+/*
+ * COPYRIGHT:   See COPYING in the top level directory
+ * PROJECT:     ReactOS system libraries
+ * FILE:        lib/crt/??????
+ * PURPOSE:     Unknown
+ * PROGRAMER:   Unknown
+ * UPDATE HISTORY:
+ *              25/11/05: Added license header
+ */
+
 #include "precomp.h"
-#include <stdlib.h>
 
 #define NDEBUG
 #include <internal/debug.h>
index bb7f73e..639988b 100644 (file)
  */
 /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
 
-#include <errno.h>
-#include <stdlib.h>
-#include <internal/file.h>
-
+#include "precomp.h"
 
 /*
  * @implemented
index f1b0378..dc09803 100644 (file)
  */
 /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
 
-#include <errno.h>
-#include <stdlib.h>
-#include <internal/file.h>
-
+#include "precomp.h"
 
 /*
  * @implemented
index 50ad63d..db6298d 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
-#include <stdlib.h>
+#include "precomp.h"
 
 /*
  * @implemented
index 3f8a2ec..7a54139 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
-#include <stdlib.h>
+#include "precomp.h"
 
 /*
  * @implemented
index 54e2e33..00df107 100644 (file)
@@ -1,7 +1,4 @@
 #include "precomp.h"
-#include <stdlib.h>
-#include <stdio.h>
-#include <string.h>
 
 #if 1
 /*
index e80cc46..0fb2ae6 100644 (file)
@@ -1,6 +1,13 @@
+/*
+ * COPYRIGHT:   See COPYING in the top level directory
+ * PROJECT:     ReactOS system libraries
+ * FILE:        lib/crt/??????
+ * PURPOSE:     Unknown
+ * PROGRAMER:   Unknown
+ * UPDATE HISTORY:
+ *              25/11/05: Added license header
+ */
 #include "precomp.h"
-#include <stdlib.h>
-#include <string.h>
 
 #define NDEBUG
 #include <internal/debug.h>
index 4995cef..2546e90 100644 (file)
@@ -1,7 +1,6 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
 #include "precomp.h"
 
-#include <stdlib.h>
 #include <internal/tls.h>
 
 /*
index 1157757..61a692e 100644 (file)
@@ -1,3 +1,13 @@
+/*
+ * COPYRIGHT:   See COPYING in the top level directory
+ * PROJECT:     ReactOS system libraries
+ * FILE:        lib/crt/??????
+ * PURPOSE:     Unknown
+ * PROGRAMER:   Unknown
+ * UPDATE HISTORY:
+ *              25/11/05: Added license header
+ */
+
 #include "precomp.h"
 #include <stdlib.h>
 #include <string.h>
index 9b9ec3e..ed17103 100644 (file)
@@ -1,8 +1,7 @@
 /* Copyright (C) 1996 DJ Delorie, see COPYING.DJ for details */
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
 
-#include <stdlib.h>
-
+#include "precomp.h"
 
 /*
  * @implemented
index f43937e..2f0a9b4 100644 (file)
@@ -1,10 +1,8 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
+#include "precomp.h"
+
 #include <limits.h>
 #include <ctype.h>
-#include <errno.h>
-#include <stdlib.h>
-#include <internal/file.h>
-
 
 /*
  * @implemented
index d0c02a9..666353f 100644 (file)
@@ -3,9 +3,6 @@
 
 #include <limits.h>
 #include <ctype.h>
-#include <errno.h>
-#include <stdlib.h>
-#include <internal/file.h>
 
 /*
  * Convert a string to an unsigned long integer.
index 7972403..14a437d 100644 (file)
@@ -4,9 +4,6 @@
 
 #include <limits.h>
 #include <ctype.h>
-#include <errno.h>
-#include <stdlib.h>
-#include <internal/file.h>
 
 #if defined (_MSC_VER)
 #define UINT64_MAX     0xffffffffffffffff
index 335859d..61c6cc9 100644 (file)
@@ -1,4 +1,14 @@
-#include <stdlib.h>
+/*
+ * COPYRIGHT:   See COPYING in the top level directory
+ * PROJECT:     ReactOS system libraries
+ * FILE:        lib/crt/??????
+ * PURPOSE:     Unknown
+ * PROGRAMER:   Unknown
+ * UPDATE HISTORY:
+ *              25/11/05: Added license header
+ */
+
+#include "precomp.h"
 
 /*
  * @implemented
index 07a692d..af10de5 100644 (file)
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#include <stdlib.h>
+#include "precomp.h"
 #include <wchar.h>
-#include <errno.h>
-#include <internal/file.h>
 
 #ifndef EILSEQ
 #define EILSEQ EINVAL
index dbd5830..d42c935 100644 (file)
    Boston, MA 02111-1307, USA.  */
 
 #include "precomp.h"
-
-#include <stdlib.h>
 #include <wchar.h>
-#include <errno.h>
-#include <internal/file.h>
 
 #ifndef EILSEQ
 #define EILSEQ EINVAL
index de1e024..b79d76e 100644 (file)
@@ -1,9 +1,6 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
+#include "precomp.h"
 #include <limits.h>
-#include <ctype.h>
-#include <errno.h>
-#include <stdlib.h>
-#include <internal/file.h>
 
 /*
  * Convert a unicode string to an unsigned long integer.
index a6f9659..0516003 100644 (file)
    Boston, MA 02111-1307, USA.  */
 
 #include "precomp.h"
-#include <stdlib.h>
 #include <ctype.h>
 #include <wchar.h>
-#include <errno.h>
-#include <internal/file.h>
-
 
 int
 STDCALL
index feeaef8..e8f1bff 100644 (file)
@@ -9,11 +9,7 @@
  *              1998: Added ltoa Boudewijn Dekker
  */
 /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
-
-#include <errno.h>
-#include <stdlib.h>
-#include <internal/file.h>
-
+#include "precomp.h"
 
 /*
  * @implemented
index 4d59a32..933d614 100644 (file)
  */
 /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
 
-#include <errno.h>
-#include <stdlib.h>
-#include <internal/file.h>
-
+#include "precomp.h"
 
 /*
  * @implemented
index d9e709a..54d710b 100644 (file)
@@ -1,6 +1,4 @@
 #include "precomp.h"
-#include <stdlib.h>
-#include <string.h>
 
 #define NDEBUG
 #include <internal/debug.h>
index 6671f2b..fcff73f 100644 (file)
@@ -1,3 +1,15 @@
+/*
+ * COPYRIGHT:   See COPYING in the top level directory
+ * PROJECT:     ReactOS system libraries
+ * FILE:        lib/crt/??????
+ * PURPOSE:     Unknown
+ * PROGRAMER:   Unknown
+ * UPDATE HISTORY:
+ *              25/11/05: Added license header
+ */
+
+#include "precomp.h"
+
 #include <ctype.h>
 #include <stdlib.h>
 
index f41f57a..bde0085 100644 (file)
@@ -1,3 +1,12 @@
+/*
+ * COPYRIGHT:   See COPYING in the top level directory
+ * PROJECT:     ReactOS system libraries
+ * FILE:        lib/crt/??????
+ * PURPOSE:     Unknown
+ * PROGRAMER:   Unknown
+ * UPDATE HISTORY:
+ *              25/11/05: Added license header
+ */
 #include "precomp.h"
 
 #include <internal/tls.h>
index 039ccc5..6db4b90 100644 (file)
@@ -1,6 +1,5 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
-#include <ctype.h>
-#include <string.h>
+#include "precomp.h"
 
 /*
  * @implemented
index aaa7edc..db3a64a 100644 (file)
@@ -1,5 +1,14 @@
+/*
+ * COPYRIGHT:   See COPYING in the top level directory
+ * PROJECT:     ReactOS system libraries
+ * FILE:        lib/crt/??????
+ * PURPOSE:     Unknown
+ * PROGRAMER:   Unknown
+ * UPDATE HISTORY:
+ *              25/11/05: Added license header
+ */
+
 #include "precomp.h"
-#include <string.h>
 
 /* Compare S1 and S2, returning less than, equal to or
    greater than zero if the collated form of S1 is lexicographically
index 5d4ebe6..0a75150 100644 (file)
@@ -1,7 +1,5 @@
 /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
-#include <string.h>
-#include <stdlib.h>
-
+#include "precomp.h"
 
 /*
  * @implemented
index df46dab..1a44e52 100644 (file)
@@ -1,8 +1,5 @@
 /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
-#include <string.h>
-#include <stdlib.h>
-#include <errno.h>
-
+#include "precomp.h"
 
 char __syserr00[] = "No Error";
 char __syserr01[] = "Operation not permitted (EPERM)";
index ecd1afa..217dbb0 100644 (file)
@@ -1,6 +1,5 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
-#include <string.h>
-#include <ctype.h>
+#include "precomp.h"
 
 /*
  * @implemented
index e033947..d067813 100644 (file)
@@ -8,8 +8,7 @@
  * Copyright 1997 Uwe Bonnes
  */
 
-#include <string.h>
-#include <ctype.h>
+#include "precomp.h"
 
 /*
  * @implemented
index a0d732e..f4de66a 100644 (file)
@@ -1,6 +1,5 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
-#include <string.h>
-#include <ctype.h>
+#include "precomp.h"
 
 /*
  * @implemented
index 8f11abe..e8646ea 100644 (file)
@@ -1,4 +1,14 @@
-#include <string.h>
+/*
+ * COPYRIGHT:   See COPYING in the top level directory
+ * PROJECT:     ReactOS system libraries
+ * FILE:        lib/crt/??????
+ * PURPOSE:     Unknown
+ * PROGRAMER:   Unknown
+ * UPDATE HISTORY:
+ *              25/11/05: Added license header
+ */
+
+#include "precomp.h"
 
 /*
  * @implemented
index e542ea3..bd39a21 100644 (file)
@@ -1,6 +1,14 @@
-#include <string.h>
-#include <stdlib.h>
+/*
+ * COPYRIGHT:   See COPYING in the top level directory
+ * PROJECT:     ReactOS system libraries
+ * FILE:        lib/crt/??????
+ * PURPOSE:     Unknown
+ * PROGRAMER:   Unknown
+ * UPDATE HISTORY:
+ *              25/11/05: Added license header
+ */
 
+#include "precomp.h"
 
 /*
  * @implemented
index bdc7eb7..c759ec0 100644 (file)
@@ -1,5 +1,15 @@
+/*
+ * COPYRIGHT:   See COPYING in the top level directory
+ * PROJECT:     ReactOS system libraries
+ * FILE:        lib/crt/??????
+ * PURPOSE:     Unknown
+ * PROGRAMER:   Unknown
+ * UPDATE HISTORY:
+ *              25/11/05: Added license header
+ */
+
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
-#include <string.h>
+#include "precomp.h"
 
 
 /*
index 36e41c8..4122da4 100644 (file)
@@ -8,9 +8,7 @@
  * Copyright 1997 Uwe Bonnes
  */
 
-
-#include <string.h>
-#include <ctype.h>
+#include "precomp.h"
 
 /*
  * @implemented
index ae6fc98..dff04b3 100644 (file)
@@ -1,5 +1,14 @@
+/*
+ * COPYRIGHT:   See COPYING in the top level directory
+ * PROJECT:     ReactOS system libraries
+ * FILE:        lib/crt/??????
+ * PURPOSE:     Unknown
+ * PROGRAMER:   Unknown
+ * UPDATE HISTORY:
+ *              25/11/05: Added license header
+ */
+
 #include "precomp.h"
-#include <string.h>
 
 #if 1
 /*
index c38296c..bfebf8c 100644 (file)
  */
 
 #include "precomp.h"
-#include <sys/types.h>
 #include <sys/stat.h>
-#include <fcntl.h>
-#include <string.h>
-#include <errno.h>
-#include <internal/file.h>
-
 
 /*
  * @implemented
index bb1f6f4..54bc597 100644 (file)
  */
 
 #include "precomp.h"
-#include <sys/types.h>
 #include <sys/stat.h>
-#include <fcntl.h>
-#include <string.h>
-#include <errno.h>
-#include <internal/file.h>
-
 
 /*
  * @implemented
index 6f4fd0e..1d65693 100644 (file)
@@ -1,13 +1,15 @@
-#include "precomp.h"
+/*
+ * COPYRIGHT:   See COPYING in the top level directory
+ * PROJECT:     ReactOS system libraries
+ * FILE:        lib/crt/??????
+ * PURPOSE:     Unknown
+ * PROGRAMER:   Unknown
+ * UPDATE HISTORY:
+ *              25/11/05: Added license header
+ */
 
-#include <malloc.h>
-#include <stdlib.h>
+#include "precomp.h"
 #include <sys/utime.h>
-#include <io.h>
-#include <time.h>
-#include <errno.h>
-#include <internal/file.h>
-
 
 /*
  * @implemented
index 7713df1..62bb5a7 100644 (file)
@@ -1,12 +1,15 @@
+/*
+ * COPYRIGHT:   See COPYING in the top level directory
+ * PROJECT:     ReactOS system libraries
+ * FILE:        lib/crt/??????
+ * PURPOSE:     Unknown
+ * PROGRAMER:   Unknown
+ * UPDATE HISTORY:
+ *              25/11/05: Added license header
+ */
+
 #include "precomp.h"
-#include <sys/types.h>
 #include <sys/stat.h>
-#include <fcntl.h>
-#include <io.h>
-#include <errno.h>
-#include <string.h>
-#include <internal/file.h>
-
 
 /*
  * @implemented
index c9de9b2..ad75fb7 100644 (file)
@@ -1,6 +1,14 @@
-#include "precomp.h"
-#include <sys/time.h>
+/*
+ * COPYRIGHT:   See COPYING in the top level directory
+ * PROJECT:     ReactOS system libraries
+ * FILE:        lib/crt/??????
+ * PURPOSE:     Unknown
+ * PROGRAMER:   Unknown
+ * UPDATE HISTORY:
+ *              25/11/05: Added license header
+ */
 
+#include "precomp.h"
 
 int month[12] = { 31,28,31,30,31,30,31,31,30,31,30,31};
 
index a08626d..dc6fc22 100644 (file)
@@ -1,12 +1,15 @@
+/*
+ * COPYRIGHT:   See COPYING in the top level directory
+ * PROJECT:     ReactOS system libraries
+ * FILE:        lib/crt/??????
+ * PURPOSE:     Unknown
+ * PROGRAMER:   Unknown
+ * UPDATE HISTORY:
+ *              25/11/05: Added license header
+ */
+
 #include "precomp.h"
-#include <sys/types.h>
 #include <sys/stat.h>
-#include <fcntl.h>
-#include <io.h>
-#include <errno.h>
-#include <string.h>
-#include <internal/file.h>
-
 
 /*
  * @implemented
index 105ea7f..a7ef8eb 100644 (file)
@@ -9,8 +9,6 @@
  */
 
 #include "precomp.h"
-#include <time.h>
-#include <internal/file.h>
 
 /*
  * @implemented
index fd4371b..ecc8154 100644 (file)
 */
 
 #include "precomp.h"
-#include <fcntl.h>
-#include <time.h>
-#include <string.h>
-#include <ctype.h>
-#include <stdio.h>
-#include <stdlib.h>
 
+#include <fcntl.h>
 #include "tzfile.h"
-
-#include <io.h>
-
 #include "posixrul.h"
 
-
 #ifdef __cplusplus
 #define CPP_CONST const
 #else
index 8d5d37b..5dffb90 100644 (file)
@@ -1,6 +1,5 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
 #include "precomp.h"
-#include <time.h>
 
 /*
  * @implemented
index 867553f..3e622ee 100644 (file)
@@ -9,7 +9,6 @@
  */
 
 #include "precomp.h"
-#include <sys/time.h>
 #include <sys/timeb.h>
 
 /* ftime (3) -- Obsolete BSD library function included in the SUS for copat.
index aaa08ac..5258621 100644 (file)
@@ -9,12 +9,6 @@
  */
 #include "precomp.h"
 
-#include <time.h>
-#include <stdio.h>
-#include <errno.h>
-#include <internal/file.h>
-
-
 /*
  * @implemented
  */
index 575ecc7..6bc097d 100644 (file)
@@ -1,9 +1,6 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
-#include <string.h>
-#include <time.h>
-#include <stdlib.h>
-#include <wchar.h>
 
+#include "precomp.h"
 
 #define TM_YEAR_BASE 1900
 
index 12c7b8e..b73c546 100644 (file)
@@ -9,12 +9,6 @@
  */
 #include "precomp.h"
 
-#include <time.h>
-#include <stdio.h>
-#include <errno.h>
-#include <internal/file.h>
-
-
 /*
  * @implemented
  */
index d391a9a..11b5b80 100644 (file)
@@ -7,7 +7,6 @@
  * UPDATE HISTORY:
  *              28/12/98: Created
  */
-
 /*
  * DOS file system functions
  *
@@ -16,9 +15,6 @@
  */
 
 #include "precomp.h"
-#include <time.h>
-#include <internal/file.h>
-
 
 VOID STDCALL GetSystemTimeAsFileTime(LPFILETIME lpSystemTimeAsFileTime);
 
index 16cd12a..467a67c 100644 (file)
  */
 
 #include "precomp.h"
-#include <fcntl.h>
-#include <time.h>
-#include <wchar.h>
 #include "tzfile.h"
 
-
 /*
  * @implemented
  */
index 24e5f4a..a8d8413 100644 (file)
@@ -8,11 +8,6 @@
  *              28/12/98: Created
  */
 #include "precomp.h"
-#include <time.h>
-#include <stdio.h>
-#include <errno.h>
-#include <internal/file.h>
-
 
 /*
  * @implemented
index a3eecfe..76bded1 100644 (file)
@@ -8,11 +8,6 @@
  *              28/12/98: Created
  */
 #include "precomp.h"
-#include <time.h>
-#include <stdio.h>
-#include <errno.h>
-#include <internal/file.h>
-
 
 /*
  * @implemented
index 3667f7b..571dc26 100644 (file)
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
  
-/*
-#include <stdarg.h>
-
-#include "windef.h"
-#include "winbase.h"
-#include "winreg.h"
-#include "winternl.h"
-#include "msvcrt.h"
-*/
 #include "precomp.h"
 
-#include <stdarg.h>
 #include <wchar.h>
-#include <stdio.h>
 #include <conio.h>
 #include <ctype.h>
-#include <internal/file.h>
 
 #define NDEBUG
 #include <internal/debug.h>
 
-//#include "wine/debug.h"
-
 #define WARN DPRINT1
 
-//WINE_DEFAULT_DEBUG_CHANNEL(msvcrt);
-
 extern FILE _iob[];
 
 /* helper function for *scanf.  Returns the value of character c in the
index abfbb01..f990775 100644 (file)
@@ -1,5 +1,14 @@
+/*
+ * COPYRIGHT:   See COPYING in the top level directory
+ * PROJECT:     ReactOS system libraries
+ * FILE:        lib/crt/??????
+ * PURPOSE:     Unknown
+ * PROGRAMER:   Unknown
+ * UPDATE HISTORY:
+ *              25/11/05: Added license header
+ */
 
-#include <string.h>
+#include "precomp.h"
 
 /*
  * @unimplemented
index 13f8fb1..198f774 100644 (file)
@@ -1,4 +1,14 @@
-#include <string.h>
+/*
+ * COPYRIGHT:   See COPYING in the top level directory
+ * PROJECT:     ReactOS system libraries
+ * FILE:        lib/crt/??????
+ * PURPOSE:     Unknown
+ * PROGRAMER:   Unknown
+ * UPDATE HISTORY:
+ *              25/11/05: Added license header
+ */
+
+#include "precomp.h"
 
 /*
  * @implemented
index 4824252..8f2e372 100644 (file)
@@ -1,10 +1,14 @@
-#include "precomp.h"
-
-#include <errno.h>
-#include <stdlib.h>
-#include <string.h>
-#include <internal/file.h>
+/*
+ * COPYRIGHT:   See COPYING in the top level directory
+ * PROJECT:     ReactOS system libraries
+ * FILE:        lib/crt/??????
+ * PURPOSE:     Unknown
+ * PROGRAMER:   Unknown
+ * UPDATE HISTORY:
+ *              25/11/05: Added license header
+ */
 
+#include "precomp.h"
 
 /*
  * @implemented
index b77bfa0..a9300cd 100644 (file)
@@ -1,8 +1,6 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
 
-#include <ctype.h>
-#include <string.h>
-
+#include "precomp.h"
 
 /*
  * @implemented
index a5168bb..0c00fa3 100644 (file)
@@ -8,7 +8,7 @@
  * Copyright 1997 Uwe Bonnes
  */
 
-#include <wchar.h>
+#include "precomp.h"
 
 /*
  * @implemented
index cc9eeee..b27d0a2 100644 (file)
@@ -1,4 +1,14 @@
-#include <wchar.h>
+/*
+ * COPYRIGHT:   See COPYING in the top level directory
+ * PROJECT:     ReactOS system libraries
+ * FILE:        lib/crt/??????
+ * PURPOSE:     Unknown
+ * PROGRAMER:   Unknown
+ * UPDATE HISTORY:
+ *              25/11/05: Added license header
+ */
+
+#include "precomp.h"
 
 /*
  * @implemented
index abfe91e..eec3849 100644 (file)
@@ -1,4 +1,14 @@
-#include <string.h>
+/*
+ * COPYRIGHT:   See COPYING in the top level directory
+ * PROJECT:     ReactOS system libraries
+ * FILE:        lib/crt/??????
+ * PURPOSE:     Unknown
+ * PROGRAMER:   Unknown
+ * UPDATE HISTORY:
+ *              25/11/05: Added license header
+ */
+
+#include "precomp.h"
 
 /*
  * @implemented
index 89c8ca7..624f9ba 100644 (file)
@@ -1,4 +1,14 @@
-#include <string.h>
+/*
+ * COPYRIGHT:   See COPYING in the top level directory
+ * PROJECT:     ReactOS system libraries
+ * FILE:        lib/crt/??????
+ * PURPOSE:     Unknown
+ * PROGRAMER:   Unknown
+ * UPDATE HISTORY:
+ *              25/11/05: Added license header
+ */
+
+#include "precomp.h"
 
 /*
  * @implemented
index dea6ac4..a0671ea 100644 (file)
@@ -1,4 +1,14 @@
-#include <string.h>
+/*
+ * COPYRIGHT:   See COPYING in the top level directory
+ * PROJECT:     ReactOS system libraries
+ * FILE:        lib/crt/??????
+ * PURPOSE:     Unknown
+ * PROGRAMER:   Unknown
+ * UPDATE HISTORY:
+ *              25/11/05: Added license header
+ */
+
+#include "precomp.h"
 
 /*
  * @implemented
index b9b6368..a1c55cb 100644 (file)
@@ -1,4 +1,14 @@
-#include <string.h>
+/*
+ * COPYRIGHT:   See COPYING in the top level directory
+ * PROJECT:     ReactOS system libraries
+ * FILE:        lib/crt/??????
+ * PURPOSE:     Unknown
+ * PROGRAMER:   Unknown
+ * UPDATE HISTORY:
+ *              25/11/05: Added license header
+ */
+
+#include "precomp.h"
 
 /*
  * @implemented
index f8827b3..b19ac27 100644 (file)
@@ -1,4 +1,14 @@
-#include <string.h>
+/*
+ * COPYRIGHT:   See COPYING in the top level directory
+ * PROJECT:     ReactOS system libraries
+ * FILE:        lib/crt/??????
+ * PURPOSE:     Unknown
+ * PROGRAMER:   Unknown
+ * UPDATE HISTORY:
+ *              25/11/05: Added license header
+ */
+
+#include "precomp.h"
 
 /*
  * @implemented
index 790d9e3..41d06d6 100644 (file)
@@ -1,7 +1,14 @@
-#include "precomp.h"
+/*
+ * COPYRIGHT:   See COPYING in the top level directory
+ * PROJECT:     ReactOS system libraries
+ * FILE:        lib/crt/??????
+ * PURPOSE:     Unknown
+ * PROGRAMER:   Unknown
+ * UPDATE HISTORY:
+ *              25/11/05: Added license header
+ */
 
-#include <string.h>
-#include <internal/tls.h>
+#include "precomp.h"
 
 wchar_t** _wlasttoken(); /* wlasttok.c */
 
index c62113c..fff2c7c 100644 (file)
@@ -1,5 +1,14 @@
-#include <ctype.h>
-#include <string.h>
+/*
+ * COPYRIGHT:   See COPYING in the top level directory
+ * PROJECT:     ReactOS system libraries
+ * FILE:        lib/crt/??????
+ * PURPOSE:     Unknown
+ * PROGRAMER:   Unknown
+ * UPDATE HISTORY:
+ *              25/11/05: Added license header
+ */
+
+#include "precomp.h"
 
 /*
  * @implemented
index 3ee861f..7f1c127 100644 (file)
@@ -1,4 +1,14 @@
-#include <string.h>
+/*
+ * COPYRIGHT:   See COPYING in the top level directory
+ * PROJECT:     ReactOS system libraries
+ * FILE:        lib/crt/??????
+ * PURPOSE:     Unknown
+ * PROGRAMER:   Unknown
+ * UPDATE HISTORY:
+ *              25/11/05: Added license header
+ */
+
+#include "precomp.h"
 
 /*
  * @implemented
index 68c93e5..dccb6fa 100644 (file)
@@ -1,7 +1,17 @@
+/*
+ * COPYRIGHT:   See COPYING in the top level directory
+ * PROJECT:     ReactOS system libraries
+ * FILE:        lib/crt/??????
+ * PURPOSE:     Unknown
+ * PROGRAMER:   Unknown
+ * UPDATE HISTORY:
+ *              25/11/05: Added license header
+ */
 #include "precomp.h"
 
 #include <internal/tls.h>
 #include <assert.h>
+
 /*
  * This is an MSVCRT internal function to return the lasttoken
  * bit of data used by wcstok. The reason for it's existence is