home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / lib / mntlib44.zoo / mntlib / wnull.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-10-20  |  96 b   |  6 lines

  1. /* This will avoid the construct L"". */
  2.  
  3. #include <stddef.h>
  4.  
  5. const wchar_t _wnull[1] = { 0 };
  6.