home *** CD-ROM | disk | FTP | other *** search
/ PC Format (South-Africa) 2001 June / PCFJune.iso / Xenon / C++ / FreeCommandLineTools.exe / Include / stddef.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-01-31  |  528 b   |  29 lines

  1. /*  stddef.h
  2.  
  3.     Definitions for common types, and NULL
  4.  
  5. */
  6.  
  7. /*
  8.  *      C/C++ Run Time Library - Version 10.0
  9.  *
  10.  *      Copyright (c) 1987, 2000 by Inprise Corporation
  11.  *      All Rights Reserved.
  12.  *
  13.  */
  14.  
  15. /* $Revision:   9.2  $ */
  16.  
  17. #ifndef __STDDEF_H
  18. #define __STDDEF_H
  19. #define _INC_STDDEF  /* MSC Guard name */
  20.  
  21. /*  All the work is done in _stddef.h, so that it may be included in the other
  22.     standard C headers */
  23.  
  24. #if !defined(___STDDEF_H)
  25. #include <_stddef.h>
  26. #endif
  27.  
  28. #endif /* __STDDEF_H */
  29.