Fixed up the path spec and filename in the header blocks

svn path=/trunk/; revision=3766
This commit is contained in:
Robert Dickenson 2002-11-18 05:43:33 +00:00
parent e8a0978c40
commit 8e08360d7b
6 changed files with 8 additions and 9 deletions

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
* FILE: lib/crtdll/conio/kbhit.c
* FILE: lib/msvcrt/stdio/fflush.c
* PURPOSE: Checks for keyboard hits
* PROGRAMER: Boudewijn Dekker
* UPDATE HISTORY:

View file

@ -2,7 +2,6 @@
/* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
#include <msvcrt/stdio.h>
//#include <crtdll/unistd.h>
#include <msvcrt/fcntl.h>
#include <msvcrt/io.h>
#include <msvcrt/errno.h>

View file

@ -2,7 +2,7 @@
#include <msvcrt/stdio.h>
#include <msvcrt/internal/file.h>
// not exported by crtdll
// not exported by msvcrt
__file_rec *__file_rec_list;
void

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
* FILE: lib/crtdll/stdio/rmtmp.c
* FILE: lib/msvcrt/stdio/rmtmp.c
* PURPOSE: remove temporary files in current directory
* PROGRAMMER: Boudewijn ( ariadne@xs4all.nl)
* UPDATE HISTORY:

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
* FILE: lib/crtdll/stdlib/fullpath.c
* FILE: lib/msvcrt/stdlib/fullpath.c
* PURPOSE: Gets the fullpathname
* PROGRAMER: Boudewijn Dekker
* UPDATE HISTORY:

View file

@ -1,10 +1,10 @@
#include <msvcrt/stdlib.h>
int mblen (const char* mbs, size_t sizeString)
{
return 0;
}
//int mblen (const char* mbs, size_t sizeString)
//{
// return 0;
//}
size_t mbstowcs (wchar_t* wcaDest, const char* mbsConvert, size_t size)
{