home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 January / PCWorld_2000-01_cd.bin / Software / Servis / Devc / _SETUP.4 / Group3 / wchar.h < prev    next >
C/C++ Source or Header  |  1998-12-24  |  898b  |  33 lines

  1. /*
  2.  * wchar.h
  3.  *
  4.  * Defines of all functions for supporting wide characters. Actually it
  5.  * just includes all those headers, which is not a good thing to do from a
  6.  * processing time point of view, but it does mean that everything will be
  7.  * in sync.
  8.  *
  9.  * This file is part of the Mingw32 package.
  10.  *
  11.  *  THIS SOFTWARE IS NOT COPYRIGHTED
  12.  *
  13.  *  This source code is offered for use in the public domain. You may
  14.  *  use, modify or distribute it freely.
  15.  *
  16.  *  This code is distributed in the hope that it will be useful but
  17.  *  WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY
  18.  *  DISCLAMED. This includes but is not limited to warranties of
  19.  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  20.  *
  21.  * $Revision: 2.1 $
  22.  * $Author: colin $
  23.  * $Date: 1997/11/24 06:19:59 $
  24.  *
  25.  */
  26.  
  27. #include <ctype.h>
  28. #include <stdio.h>
  29. #include <stdlib.h>
  30. #include <string.h>
  31. #include <time.h>
  32.  
  33.